/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_interface.cpp | 99 ErrCode ApInterface::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::ApInterface 101 return m_ApService.GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModel()
|
H A D | i_ap_service.h | 40 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) = 0;
|
H A D | ap_interface.h | 129 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
|
H A D | ap_service.h | 136 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList);
|
H A D | ap_service.cpp | 286 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 D | wifi_ext_napi_hotspot.cpp | 70 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 D | wifi_ext_napi_entry.cpp | 50 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 D | mock_ap_interface.h | 40 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList);
|
H A D | mock_ap_interface.cpp | 80 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 D | wifi_ext_napi_hotspot.h | 28 napi_value GetSupportedPowerModel(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_impl.cpp | 226 ErrCode WifiHotspotImpl::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::WifiHotspotImpl 230 return client_->GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModel()
|
H A D | wifi_hotspot_impl.h | 196 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
|
H A D | wifi_hotspot_proxy.h | 182 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
|
H A D | wifi_hotspot_proxy.cpp | 716 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 D | i_wifi_hotspot.h | 179 virtual ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_hotspot.h | 186 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 D | wifi_hotspot_service_impl.h | 175 ErrCode GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) override;
|
H A D | wifi_hotspot_service_impl.cpp | 653 ErrCode WifiHotspotServiceImpl::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel() function in OHOS::Wifi::WifiHotspotServiceImpl 669 pService->GetSupportedPowerModel(setPowerModelList); in GetSupportedPowerModel()
|
H A D | wifi_hotspot_stub.cpp | 504 ErrCode ret = GetSupportedPowerModel(setPowerModelList); in OnGetSupportedPowerModel()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/ |
H A D | wifiap_fuzzer.cpp | 297 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 D | wifihotspotimpl_fuzzer.cpp | 109 pWifiHotspotServiceImpl->GetSupportedPowerModel(setPowerModelList); in DisassociateStaFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_inner_hotspot_test.cpp | 183 ErrCode result = devicePtr->GetSupportedPowerModel(setPowerModelList);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service_test.cpp | 251 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pApService->GetSupportedPowerModel(setPowerModelList));
|