Home
last modified time | relevance | path

Searched refs:WifiLowPowerParam (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_device.h282 WifiErrorCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam);
H A Dwifi_device_config.h298 } WifiLowPowerParam; typedef
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dienhance_service.h83 virtual ErrCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) = 0;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_device.h510 virtual ErrCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_device.h491 virtual ErrCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) = 0;
H A Dwifi_msg.h876 } WifiLowPowerParam; typedef
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_impl.h518 ErrCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) override;
H A Dwifi_device_proxy.h522 ErrCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) override;
H A Dwifi_device_impl.cpp560 ErrCode WifiDeviceImpl::SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) in SetLowTxPower()
H A Dwifi_device_proxy.cpp2128 ErrCode WifiDeviceProxy::SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) in SetLowTxPower()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.h178 ErrCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) override;
H A Dwifi_device_service_impl.cpp1982 ErrCode WifiDeviceServiceImpl::SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) in SetLowTxPower()
H A Dwifi_device_stub.cpp1278 WifiLowPowerParam wifiLowPowerParam; in OnSetLowTxPower()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_device.cpp596 NO_SANITIZE("cfi") WifiErrorCode SetLowTxPower(const WifiLowPowerParam wifiLowPowerParam) in SetLowTxPower()
599 OHOS::Wifi::WifiLowPowerParam tempParam; in SetLowTxPower()