Home
last modified time | relevance | path

Searched refs:GetSupportedPowerModel (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_interface.cpp99 ErrCode ApInterface::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::ApInterface
101 return m_ApService.GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModel()
H A Di_ap_service.h40 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) = 0;
H A Dap_interface.h129 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
H A Dap_service.h136 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList);
H A Dap_service.cpp286 ErrCode ApService::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::ApService
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_ext_napi_hotspot.cpp70 NO_SANITIZE("cfi") napi_value GetSupportedPowerModel(napi_env env, napi_callback_info info) in GetSupportedPowerModel() function
91 context->errorCode = hotspot->GetSupportedPowerModel(context->setPowerModelList); in GetSupportedPowerModel()
H A Dwifi_ext_napi_entry.cpp50 DECLARE_NAPI_FUNCTION("getSupportedPowerModel", GetSupportedPowerModel), in Init()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_interface.h40 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList);
H A Dmock_ap_interface.cpp80 ErrCode ApInterface::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::ApInterface
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_ext_napi_hotspot.h28 napi_value GetSupportedPowerModel(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp226 ErrCode WifiHotspotImpl::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::WifiHotspotImpl
230 return client_->GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModel()
H A Dwifi_hotspot_impl.h196 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
H A Dwifi_hotspot_proxy.h182 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
H A Dwifi_hotspot_proxy.cpp716 ErrCode WifiHotspotProxy::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::WifiHotspotProxy
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot.h179 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h186 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.h175 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
H A Dwifi_hotspot_service_impl.cpp653 ErrCode WifiHotspotServiceImpl::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::WifiHotspotServiceImpl
669 pService->GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModel()
H A Dwifi_hotspot_stub.cpp504 ErrCode ret = GetSupportedPowerModel(setPowerModelList); in OnGetSupportedPowerModel()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp297 pApService->GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModelFuzzTest()
298 pApInterface->GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModelFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/
H A Dwifihotspotimpl_fuzzer.cpp109 pWifiHotspotServiceImpl->GetSupportedPowerModel(setPowerModelList); in DisassociateStaFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp183 ErrCode result = devicePtr->GetSupportedPowerModel(setPowerModelList);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service_test.cpp251 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pApService->GetSupportedPowerModel(setPowerModelList));