Home
last modified time | relevance | path

Searched refs:IsHotspotActive (Results 1 – 20 of 20) sorted by relevance

/foundation/communication/wifi_lite/interfaces/wifiservice/
Dwifi_hotspot.h107 int IsHotspotActive(void);
/foundation/communication/wifi/wifi/interfaces/kits/c/
Dwifi_hotspot.h107 int IsHotspotActive(void);
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
Dwifi_napi_hotspot.h25 napi_value IsHotspotActive(napi_env env, napi_callback_info info);
/foundation/communication/wifi_aware/frameworks/source/
Dwifiaware.c33 if (IsHotspotActive() != WIFI_HOTSPOT_ACTIVE) { in InitNAN()
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
Di_wifi_hotspot.h41 virtual ErrCode IsHotspotActive(bool &bActive) = 0;
/foundation/communication/wifi/wifi/interfaces/inner_api/
Dwifi_hotspot.h42 virtual ErrCode IsHotspotActive(bool &isActive) = 0;
/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_hotspot_impl.h50 ErrCode IsHotspotActive(bool &isActive) override;
Dwifi_hotspot_impl.cpp91 ErrCode WifiHotspotImpl::IsHotspotActive(bool &isActive) in IsHotspotActive() function in OHOS::Wifi::WifiHotspotImpl
95 return client_->IsHotspotActive(isActive); in IsHotspotActive()
Dwifi_hotspot_proxy.h38 ErrCode IsHotspotActive(bool &isActive) override;
Dwifi_hotspot_proxy.cpp75 ErrCode WifiHotspotProxy::IsHotspotActive(bool &isActive) in IsHotspotActive() function in OHOS::Wifi::WifiHotspotProxy
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/
Dwifichotspot_fuzzer.cpp98 (void)IsHotspotActive(); in WifiCHotSpotFuzzerTest()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
Dwifi_c_hotspot.cpp41 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/
Dwifi_c_hotspot_test.cpp55 IsHotspotActive(); in IsHotspotActiveTest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_hotspot_service_impl.h39 ErrCode IsHotspotActive(bool &bActive) override;
Dwifi_hotspot_stub.cpp117 ErrCode ret = IsHotspotActive(bActive); in OnIsHotspotActive()
Dwifi_hotspot_service_impl.cpp43 ErrCode WifiHotspotServiceImpl::IsHotspotActive(bool &bActive) in IsHotspotActive() function in OHOS::Wifi::WifiHotspotServiceImpl
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
Dwifihotspotstub_fuzzer.cpp40 ErrCode IsHotspotActive(bool &bActive) override in IsHotspotActive() function in OHOS::Wifi::WifiHotSpotStubFuzzTest
/foundation/communication/wifi/wifi/frameworks/native/
Dlibwifi_sdk.map33 IsHotspotActive;
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
Dwifi_napi_hotspot.cpp56 NO_SANITIZE("cfi") napi_value IsHotspotActive(napi_env env, napi_callback_info info) in IsHotspotActive() function
60 ErrCode ret = wifiHotspotPtr->IsHotspotActive(isActive); in IsHotspotActive()
Dwifi_napi_entry.cpp335 DECLARE_NAPI_FUNCTION("isHotspotActive", IsHotspotActive), in Init()