/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_interface.cpp | 104 ErrCode ApInterface::GetPowerModel(PowerModel& model) in GetPowerModel() function in OHOS::Wifi::ApInterface 106 return m_ApService.GetPowerModel(model); in GetPowerModel()
|
H A D | i_ap_service.h | 41 virtual ErrCode GetPowerModel(PowerModel& model) = 0;
|
H A D | ap_interface.h | 137 virtual ErrCode GetPowerModel(PowerModel& model) override;
|
H A D | ap_service.h | 144 ErrCode GetPowerModel(PowerModel& model);
|
H A D | ap_service.cpp | 296 ErrCode ApService::GetPowerModel(PowerModel& model) in GetPowerModel() function in OHOS::Wifi::ApService 299 WifiConfigCenter::GetInstance().GetPowerModel(model, m_id); in GetPowerModel()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
H A D | mock_wifi_ap_hal_interface.h | 52 virtual WifiErrorNo GetPowerModel(int& model, int id = 0) const = 0; 72 MOCK_CONST_METHOD2(GetPowerModel, WifiErrorNo(int& model, int id));
|
H A D | mock_ap_interface.h | 41 virtual ErrCode GetPowerModel(PowerModel& model);
|
H A D | mock_ap_interface.cpp | 85 ErrCode ApInterface::GetPowerModel(PowerModel& model) in GetPowerModel() function in OHOS::Wifi::ApInterface
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/ |
H A D | wifi_ap_hal_interface.cpp | 201 WifiErrorNo WifiApHalInterface::GetPowerModel(const std::string &ifaceName, int& model) in GetPowerModel() function in OHOS::Wifi::WifiApHalInterface 204 if (!DelayedSingleton<HalDeviceManager>::GetInstance()->GetPowerModel(ifaceName, model)) { in GetPowerModel()
|
H A D | wifi_ap_hal_interface.h | 149 WifiErrorNo GetPowerModel(const std::string &ifaceName, int& model);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_ext_napi_hotspot.cpp | 106 NO_SANITIZE("cfi") napi_value GetPowerModel(napi_env env, napi_callback_info info) in GetPowerModel() function 127 context->errorCode = hotspot->GetPowerModel(context->powerModel); in GetPowerModel()
|
H A D | wifi_ext_napi_entry.cpp | 51 DECLARE_NAPI_FUNCTION("getPowerModel", GetPowerModel), in Init()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_ext_napi_hotspot.h | 29 napi_value GetPowerModel(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_impl.cpp | 233 ErrCode WifiHotspotImpl::GetPowerModel(PowerModel& model) in GetPowerModel() function in OHOS::Wifi::WifiHotspotImpl 237 return client_->GetPowerModel(model); in GetPowerModel()
|
H A D | wifi_hotspot_impl.h | 204 ErrCode GetPowerModel(PowerModel& model) override;
|
H A D | wifi_hotspot_proxy.h | 190 ErrCode GetPowerModel(PowerModel& model) override;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_hotspot.h | 187 virtual ErrCode GetPowerModel(PowerModel& model) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_hotspot.h | 194 virtual ErrCode GetPowerModel(PowerModel& model) = 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 | 183 ErrCode GetPowerModel(PowerModel& model) override;
|
H A D | wifi_hotspot_service_impl.cpp | 673 ErrCode WifiHotspotServiceImpl::GetPowerModel(PowerModel& model) in GetPowerModel() function in OHOS::Wifi::WifiHotspotServiceImpl 689 pService->GetPowerModel(model); in GetPowerModel()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_config_center.h | 89 virtual int GetPowerModel(PowerModel& model, int id = 0) = 0; 199 MOCK_METHOD2(GetPowerModel, int(PowerModel& model, int id));
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/ |
H A D | wifiap_fuzzer.cpp | 304 pApService->GetPowerModel(model); in GetPowerModelFuzzTest() 305 pApInterface->GetPowerModel(model); in GetPowerModelFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/ |
H A D | wifihotspotimpl_fuzzer.cpp | 111 pWifiHotspotServiceImpl->GetPowerModel(model); in DisassociateStaFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_inner_hotspot_test.cpp | 193 ErrCode result = devicePtr->GetPowerModel(model);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 183 virtual int GetPowerModel(PowerModel& model, int id = 0) = 0; 351 MOCK_METHOD2(GetPowerModel, int(PowerModel& model, int id));
|