/foundation/communication/wifi_lite/interfaces/wifiservice/ |
D | wifi_hotspot.h | 107 int IsHotspotActive(void);
|
/foundation/communication/wifi/wifi/interfaces/kits/c/ |
D | wifi_hotspot.h | 107 int IsHotspotActive(void);
|
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
D | wifi_napi_hotspot.h | 25 napi_value IsHotspotActive(napi_env env, napi_callback_info info);
|
/foundation/communication/wifi_aware/frameworks/source/ |
D | wifiaware.c | 33 if (IsHotspotActive() != WIFI_HOTSPOT_ACTIVE) { in InitNAN()
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
D | i_wifi_hotspot.h | 41 virtual ErrCode IsHotspotActive(bool &bActive) = 0;
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
D | wifi_hotspot.h | 42 virtual ErrCode IsHotspotActive(bool &isActive) = 0;
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
D | wifi_hotspot_impl.h | 50 ErrCode IsHotspotActive(bool &isActive) override;
|
D | wifi_hotspot_impl.cpp | 91 ErrCode WifiHotspotImpl::IsHotspotActive(bool &isActive) in IsHotspotActive() function in OHOS::Wifi::WifiHotspotImpl 95 return client_->IsHotspotActive(isActive); in IsHotspotActive()
|
D | wifi_hotspot_proxy.h | 38 ErrCode IsHotspotActive(bool &isActive) override;
|
D | wifi_hotspot_proxy.cpp | 75 ErrCode WifiHotspotProxy::IsHotspotActive(bool &isActive) in IsHotspotActive() function in OHOS::Wifi::WifiHotspotProxy
|
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/ |
D | wifichotspot_fuzzer.cpp | 98 (void)IsHotspotActive(); in WifiCHotSpotFuzzerTest()
|
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
D | wifi_c_hotspot.cpp | 41 NO_SANITIZE("cfi") int IsHotspotActive(void) in IsHotspotActive() function 45 OHOS::Wifi::ErrCode ret = hotspotPtr->IsHotspotActive(isActive); in IsHotspotActive()
|
/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
D | wifi_c_hotspot_test.cpp | 55 IsHotspotActive(); in IsHotspotActiveTest()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
D | wifi_hotspot_service_impl.h | 39 ErrCode IsHotspotActive(bool &bActive) override;
|
D | wifi_hotspot_stub.cpp | 117 ErrCode ret = IsHotspotActive(bActive); in OnIsHotspotActive()
|
D | wifi_hotspot_service_impl.cpp | 43 ErrCode WifiHotspotServiceImpl::IsHotspotActive(bool &bActive) in IsHotspotActive() function in OHOS::Wifi::WifiHotspotServiceImpl
|
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/ |
D | wifihotspotstub_fuzzer.cpp | 40 ErrCode IsHotspotActive(bool &bActive) override in IsHotspotActive() function in OHOS::Wifi::WifiHotSpotStubFuzzTest
|
/foundation/communication/wifi/wifi/frameworks/native/ |
D | libwifi_sdk.map | 33 IsHotspotActive;
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
D | wifi_napi_hotspot.cpp | 56 NO_SANITIZE("cfi") napi_value IsHotspotActive(napi_env env, napi_callback_info info) in IsHotspotActive() function 60 ErrCode ret = wifiHotspotPtr->IsHotspotActive(isActive); in IsHotspotActive()
|
D | wifi_napi_entry.cpp | 335 DECLARE_NAPI_FUNCTION("isHotspotActive", IsHotspotActive), in Init()
|