/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
D | ap_interface.cpp | 49 ErrCode ApInterface::DisableHotspot() in DisableHotspot() function in OHOS::Wifi::ApInterface 51 return m_ApService.DisableHotspot(); in DisableHotspot()
|
D | ap_service.h | 57 ErrCode DisableHotspot() const;
|
D | i_ap_service.h | 32 virtual ErrCode DisableHotspot() = 0;
|
D | ap_interface.h | 53 virtual ErrCode DisableHotspot() override;
|
D | ap_service.cpp | 40 ErrCode ApService::DisableHotspot() const in DisableHotspot() function in OHOS::Wifi::ApService
|
/foundation/communication/wifi_lite/interfaces/wifiservice/ |
D | wifi_hotspot.h | 72 WifiErrorCode DisableHotspot(void);
|
/foundation/communication/wifi/wifi/interfaces/kits/c/ |
D | wifi_hotspot.h | 72 WifiErrorCode DisableHotspot(void);
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
D | mock_ap_service.h | 31 MOCK_METHOD0(DisableHotspot, ErrCode());
|
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
D | wifi_napi_hotspot.h | 24 napi_value DisableHotspot(napi_env env, napi_callback_info info);
|
D | wifi_ext_napi_hotspot.h | 27 napi_value DisableHotspot(napi_env env, napi_callback_info info);
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
D | wifi_ext_napi_entry.cpp | 49 DECLARE_NAPI_FUNCTION("disableHotspot", DisableHotspot), in Init()
|
D | wifi_ext_napi_hotspot.cpp | 42 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()
|
D | wifi_napi_hotspot.cpp | 45 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/ |
D | i_wifi_hotspot.h | 113 virtual ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) = 0;
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
D | wifi_hotspot.h | 114 virtual ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) = 0;
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
D | wifi_hotspot_impl.h | 122 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override;
|
D | wifi_hotspot_impl.cpp | 154 ErrCode WifiHotspotImpl::DisableHotspot(const ServiceType type) in DisableHotspot() function in OHOS::Wifi::WifiHotspotImpl 158 return client_->DisableHotspot(type); in DisableHotspot()
|
D | wifi_hotspot_proxy.h | 110 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override;
|
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/ |
D | wifichotspot_fuzzer.cpp | 97 (void)DisableHotspot(); in WifiCHotSpotFuzzerTest()
|
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
D | wifi_c_hotspot.cpp | 35 NO_SANITIZE("cfi") WifiErrorCode DisableHotspot() in DisableHotspot() function 38 return GetCErrorCode(hotspotPtr->DisableHotspot()); in DisableHotspot()
|
/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
D | wifi_c_hotspot_test.cpp | 50 DisableHotspot(); in DisableHotspotTest()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
D | wifi_hotspot_service_impl.h | 109 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override;
|
D | wifi_hotspot_service_impl.cpp | 418 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/ |
D | wifihotspotstub_fuzzer.cpp | 85 ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) override in DisableHotspot() function in OHOS::Wifi::WifiHotSpotStubFuzzTest
|
/foundation/communication/wifi/wifi/frameworks/native/ |
D | libwifi_sdk.map | 30 DisableHotspot;
|