Home
last modified time | relevance | path

Searched refs:GetPowerModel (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_interface.cpp104 ErrCode ApInterface::GetPowerModel(PowerModel& model) in GetPowerModel() function in OHOS::Wifi::ApInterface
106 return m_ApService.GetPowerModel(model); in GetPowerModel()
H A Di_ap_service.h41 virtual ErrCode GetPowerModel(PowerModel& model) = 0;
H A Dap_interface.h137 virtual ErrCode GetPowerModel(PowerModel& model) override;
H A Dap_service.h144 ErrCode GetPowerModel(PowerModel& model);
H A Dap_service.cpp296 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 Dmock_wifi_ap_hal_interface.h52 virtual WifiErrorNo GetPowerModel(int& model, int id = 0) const = 0;
72 MOCK_CONST_METHOD2(GetPowerModel, WifiErrorNo(int& model, int id));
H A Dmock_ap_interface.h41 virtual ErrCode GetPowerModel(PowerModel& model);
H A Dmock_ap_interface.cpp85 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 Dwifi_ap_hal_interface.cpp201 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 Dwifi_ap_hal_interface.h149 WifiErrorNo GetPowerModel(const std::string &ifaceName, int& model);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_ext_napi_hotspot.cpp106 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 Dwifi_ext_napi_entry.cpp51 DECLARE_NAPI_FUNCTION("getPowerModel", GetPowerModel), in Init()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_ext_napi_hotspot.h29 napi_value GetPowerModel(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp233 ErrCode WifiHotspotImpl::GetPowerModel(PowerModel& model) in GetPowerModel() function in OHOS::Wifi::WifiHotspotImpl
237 return client_->GetPowerModel(model); in GetPowerModel()
H A Dwifi_hotspot_impl.h204 ErrCode GetPowerModel(PowerModel& model) override;
H A Dwifi_hotspot_proxy.h190 ErrCode GetPowerModel(PowerModel& model) override;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot.h187 virtual ErrCode GetPowerModel(PowerModel& model) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h194 virtual ErrCode GetPowerModel(PowerModel& model) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.h183 ErrCode GetPowerModel(PowerModel& model) override;
H A Dwifi_hotspot_service_impl.cpp673 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 Dmock_wifi_config_center.h89 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 Dwifiap_fuzzer.cpp304 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 Dwifihotspotimpl_fuzzer.cpp111 pWifiHotspotServiceImpl->GetPowerModel(model); in DisassociateStaFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp193 ErrCode result = devicePtr->GetPowerModel(model);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h183 virtual int GetPowerModel(PowerModel& model, int id = 0) = 0;
351 MOCK_METHOD2(GetPowerModel, int(PowerModel& model, int id));

12