Home
last modified time | relevance | path

Searched refs:API_VERSION_9 (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp226 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in DiscoverDevices()
230 if (apiVersion == API_VERSION_9) { in DiscoverDevices()
543 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in P2pConnect()
547 if (apiVersion == API_VERSION_9) { in P2pConnect()
672 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in GetCurrentGroup()
676 if (apiVersion == API_VERSION_9) { in GetCurrentGroup()
801 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in QueryP2pDevices()
805 if (apiVersion == API_VERSION_9) { in QueryP2pDevices()
858 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in QueryP2pLocalDevice()
862 if (apiVersion >= API_VERSION_9 && apiVersion < API_VERSION_11) { in QueryP2pLocalDevice()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_permission_utils.h22 const int API_VERSION_9 = 9; variable
/ohos5.0/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_interface.h31 API_VERSION_9 = 1, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Dauth_common.h43 constexpr int32_t API_VERSION_9 = 9; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Dauth_instance_v9.cpp71 …int32_t status = UserAuthClientImpl::Instance().GetNorthAvailableStatus(API_VERSION_9, authType, a… in GetAvailableStatus()
271 contextId_ = UserAuthClientImpl::Instance().BeginNorthAuthentication(API_VERSION_9, in Start()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp431 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in CheckRemoveCandidateConfig()
555 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in AddDeviceConfig()
776 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in GetDeviceConfigs()
779 } else if (apiVersion == API_VERSION_9) { in GetDeviceConfigs()
908 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in ConnectToNetwork()
1105 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in IsConnected()
1251 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in IsWifiActive()
1300 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in GetLinkedInfo()
/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp111 if (apiVersion == APIVersion::API_VERSION_9) { in OnSetTime()
132 if (apiVersion == APIVersion::API_VERSION_9) { in OnSetTimeZone()
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp208 return proxy->SetTime(time, ITimeService::API_VERSION_9); in SetTimeV9()
248 return proxy->SetTimeZone(timezoneId, ITimeService::API_VERSION_9); in SetTimeZoneV9()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp34 constexpr int32_t API_VERSION_9 = 9; variable
216 if (context->GetMinPlatformVersion() > API_VERSION_9) { in GetOffsetY()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_service_impl.cpp269 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in GetScanInfoList()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp280 if (resultInfo.result == SUCCESS && resultInfo.sdkVersion > API_VERSION_9) { in InvokeResultCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp237 if (apiVersion < API_VERSION_9 && apiVersion != API_VERSION_INVALID) { in GetStationList()
245 if (apiVersion == API_VERSION_9) { in GetStationList()