Home
last modified time | relevance | path

Searched refs:GetPowerMode (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.h35 * GetPowerMode().
115 virtual BTPowerMode GetPowerMode(const RawAddress &addr) const = 0;
199 BTPowerMode GetPowerMode(const RawAddress &addr) const override;
H A Dpower_device.h91 BTPowerMode GetPowerMode() const;
H A Dadapter_manager.h233 int GetPowerMode(const std::string &address) const override;
H A Dpower_manager.cpp148 BTPowerMode PowerManager::GetPowerMode(const RawAddress &addr) const in GetPowerMode() function in OHOS::bluetooth::PowerManager
153 return iter->second->GetPowerMode(); in GetPowerMode()
H A Dadapter_manager.cpp805 int AdapterManager::GetPowerMode(const std::string &address) const in GetPowerMode() function in OHOS::bluetooth::AdapterManager
811 return static_cast<int>(IPowerManager::GetInstance().GetPowerMode(addr)); in GetPowerMode()
H A Dpower_device.cpp122 BTPowerMode PowerDevice::GetPowerMode() const in GetPowerMode() function in OHOS::bluetooth::PowerDevice
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_manager.h307 virtual int GetPowerMode(const std::string &address) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h110 int GetPowerMode(void) const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp106 int BluetoothRemoteDevice::GetPowerMode(void) const in GetPowerMode() function in OHOS::Bluetooth::BluetoothRemoteDevice
112 return hostProxy->GetPowerMode(address_); in GetPowerMode()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h71 virtual int32_t GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::Wifi::IChipIfaceTest
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h100 virtual int32_t GetPowerMode(const std::string &address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h95 int32_t GetPowerMode(const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h75 int32_t GetPowerMode(const std::string &address) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp467 EXPECT_GE(device_.GetPowerMode(), 0); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1323 int32_t BluetoothHostServer::GetPowerMode(const std::string &address) in GetPowerMode() function in OHOS::Bluetooth::BluetoothHostServer
1326 return IAdapterManager::GetInstance()->GetPowerMode(address); in GetPowerMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp892 int32_t BluetoothHostProxy::GetPowerMode(const std::string &address) in GetPowerMode() function in OHOS::Bluetooth::BluetoothHostProxy
896 HILOGE("BluetoothHostProxy::GetPowerMode WriteInterfaceToken error"); in GetPowerMode()
900 HILOGE("BluetoothHostProxy::GetPowerMode address error"); in GetPowerMode()
907 HILOGE("BluetoothHostProxy::GetPowerMode done fail, error: %{public}d", error); in GetPowerMode()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp703 HILOGE("BluetoothHostStub::GetPowerMode address failed"); in GetPowerModeInner()
706 int result = GetPowerMode(address); in GetPowerModeInner()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp671 int32_t ret = iface->GetPowerMode(model); in GetPowerModel()
673 LOGE("GetPowerModel, call GetPowerMode failed! ret:%{public}d", ret); in GetPowerModel()

Completed in 19 milliseconds