Home
last modified time | relevance | path

Searched refs:SetTxPower (Results 1 - 25 of 32) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h303 void SetTxPower(uint8_t power);
H A Dclassic_remote_device.cpp305 void ClassicRemoteDevice::SetTxPower(uint8_t power) in SetTxPower() function in OHOS::bluetooth::ClassicRemoteDevice
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_sta_service.h59 MOCK_CONST_METHOD1(SetTxPower, ErrCode(int power));
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h256 void SetTxPower(int8_t txPower);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_sta_hal_interface.h152 WifiErrorNo SetTxPower(int power);
H A Dwifi_sta_hal_interface.cpp228 WifiErrorNo WifiStaHalInterface::SetTxPower(int power) in SetTxPower() function in OHOS::Wifi::WifiStaHalInterface
231 if (!DelayedSingleton<HalDeviceManager>::GetInstance()->SetTxPower(power)) { in SetTxPower()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/
H A Dmock_wifi_sta_hal_interface.h59 WifiErrorNo SetTxPower(const std::string &ifaceName, int power);
H A Dmock_wifi_sta_hal_interface.cpp141 WifiErrorNo WifiStaHalInterface::SetTxPower(const std::string &ifaceName, int power) in SetTxPower() function in OHOS::Wifi::WifiStaHalInterface
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h111 virtual int32_t SetTxPower(int32_t power) in SetTxPower() function in OHOS::Wifi::IChipIfaceTest
H A Dwifi_sta_hal_interface_test.cpp179 WifiErrorNo ret = WifiStaHalInterface::GetInstance().SetTxPower(0); in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_device.h144 virtual ErrCode SetTxPower(int power) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp331 setting.SetTxPower(settings.GetTxPower()); in StartAdvertising()
384 setting.SetTxPower(settings.GetTxPower()); in StartAdvertising()
660 void BleAdvertiserSettings::SetTxPower(int8_t txPower) in SetTxPower() function in OHOS::Bluetooth::BleAdvertiserSettings
H A Dbluetooth_ble_central_manager.cpp240 outSettings.SetTxPower(inSettings.GetTxPower()); in ConvertAdvertiserSetting()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp196 settingsImpl.SetTxPower(settings.GetTxPower()); in StartAdvertising()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h328 void SetTxPower(int8_t txPower) in SetTxPower() function in OHOS::bluetooth::AdvertiserSettings
H A Dble_service_data.h291 void SetTxPower(int8_t txPower);
H A Dble_service_data.cpp369 void BleAdvertiserSettingsImpl::SetTxPower(int8_t txPower) in SetTxPower() function in OHOS::bluetooth::BleAdvertiserSettingsImpl
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.h157 ErrCode SetTxPower(int power) override;
H A Dwifi_device_impl.cpp229 return client_->SetTxPower(power); in SetWifiTxPower()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.h174 WifiErrorNo SetTxPower(int power);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.h72 ErrCode SetTxPower(int power) override;
H A Dwifi_device_service_impl.cpp701 ErrCode WifiDeviceServiceImpl::SetTxPower(int power) in SetTxPower() function in OHOS::Wifi::WifiDeviceServiceImpl
704 WIFI_LOGE("SetTxPower:NOT System APP, PERMISSION_DENIED!"); in SetTxPower()
708 WIFI_LOGE("SetTxPower:VerifySetWifiInfoPermission PERMISSION_DENIED!"); in SetTxPower()
711 if (WifiStaHalInterface::GetInstance().SetTxPower(power) != WIFI_HAL_OPT_OK) { in SetTxPower()
712 WIFI_LOGE("SetTxPower() failed"); in SetTxPower()
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp52 BleTest::bleInstance_->bleAdvertiserSettings_.SetTxPower(BLE_ADV_TX_POWER_LEVEL::BLE_ADV_TX_POWER_MEDIUM); in InitAdvertiseSettings()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.h365 bool SetTxPower(int power);
H A Dhal_device_manage.cpp616 bool HalDeviceManager::SetTxPower(int power) in SetTxPower() function in OHOS::Wifi::HalDeviceManager
629 LOGI("SetTxPower, result:sta:%{public}d, p2p:%{public}d, ap:%{public}d", in SetTxPower()
632 LOGE("SetTxPower success"); in SetTxPower()
646 int32_t result = iface->SetTxPower(power); in IfaceSetTxPower()
648 LOGE("SetTxPower, call SetTxPower failed! Result:%{public}d", result); in IfaceSetTxPower()

Completed in 29 milliseconds

12