Home
last modified time | relevance | path

Searched refs:DisableHotspot (Results 1 – 25 of 31) sorted by relevance

12

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
Dap_interface.cpp49 ErrCode ApInterface::DisableHotspot() in DisableHotspot() function in OHOS::Wifi::ApInterface
51 return m_ApService.DisableHotspot(); in DisableHotspot()
Dap_service.h57 ErrCode DisableHotspot() const;
Di_ap_service.h32 virtual ErrCode DisableHotspot() = 0;
Dap_interface.h53 virtual ErrCode DisableHotspot() override;
Dap_service.cpp40 ErrCode ApService::DisableHotspot() const in DisableHotspot() function in OHOS::Wifi::ApService
/foundation/communication/wifi_lite/interfaces/wifiservice/
Dwifi_hotspot.h72 WifiErrorCode DisableHotspot(void);
/foundation/communication/wifi/wifi/interfaces/kits/c/
Dwifi_hotspot.h72 WifiErrorCode DisableHotspot(void);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
Dmock_ap_service.h31 MOCK_METHOD0(DisableHotspot, ErrCode());
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
Dwifi_napi_hotspot.h24 napi_value DisableHotspot(napi_env env, napi_callback_info info);
Dwifi_ext_napi_hotspot.h27 napi_value DisableHotspot(napi_env env, napi_callback_info info);
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
Dwifi_ext_napi_entry.cpp49 DECLARE_NAPI_FUNCTION("disableHotspot", DisableHotspot), in Init()
Dwifi_ext_napi_hotspot.cpp42 NO_SANITIZE("cfi") napi_value DisableHotspot(napi_env env, napi_callback_info info) in DisableHotspot() function
47 ErrCode ret = hotspot->DisableHotspot(ServiceType::WIFI_EXT); in DisableHotspot()
Dwifi_napi_hotspot.cpp45 NO_SANITIZE("cfi") napi_value DisableHotspot(napi_env env, napi_callback_info info) in DisableHotspot() function
49 ErrCode ret = wifiHotspotPtr->DisableHotspot(); in DisableHotspot()
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
Di_wifi_hotspot.h113 virtual ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) = 0;
/foundation/communication/wifi/wifi/interfaces/inner_api/
Dwifi_hotspot.h114 virtual ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) = 0;
/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_hotspot_impl.h122 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override;
Dwifi_hotspot_impl.cpp154 ErrCode WifiHotspotImpl::DisableHotspot(const ServiceType type) in DisableHotspot() function in OHOS::Wifi::WifiHotspotImpl
158 return client_->DisableHotspot(type); in DisableHotspot()
Dwifi_hotspot_proxy.h110 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override;
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/
Dwifichotspot_fuzzer.cpp97 (void)DisableHotspot(); in WifiCHotSpotFuzzerTest()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
Dwifi_c_hotspot.cpp35 NO_SANITIZE("cfi") WifiErrorCode DisableHotspot() in DisableHotspot() function
38 return GetCErrorCode(hotspotPtr->DisableHotspot()); in DisableHotspot()
/foundation/communication/wifi/wifi/test/wifi_standard/native/
Dwifi_c_hotspot_test.cpp50 DisableHotspot(); in DisableHotspotTest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_hotspot_service_impl.h109 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override;
Dwifi_hotspot_service_impl.cpp418 ErrCode WifiHotspotServiceImpl::DisableHotspot(const ServiceType type) in DisableHotspot() function in OHOS::Wifi::WifiHotspotServiceImpl
450 ErrCode ret = pService->DisableHotspot(); in DisableHotspot()
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
Dwifihotspotstub_fuzzer.cpp85 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override in DisableHotspot() function in OHOS::Wifi::WifiHotSpotStubFuzzTest
/foundation/communication/wifi/wifi/frameworks/native/
Dlibwifi_sdk.map30 DisableHotspot;

12