/foundation/communication/bluetooth/services/bluetooth_standard/service/src/common/ |
D | power_manager.h | 114 virtual BTPowerMode GetPowerMode(const RawAddress &addr) const = 0; 198 BTPowerMode GetPowerMode(const RawAddress &addr) const override;
|
D | power_device.h | 90 BTPowerMode GetPowerMode() const;
|
D | adapter_manager.h | 223 int GetPowerMode(const std::string &address) const override;
|
D | power_manager.cpp | 150 BTPowerMode PowerManager::GetPowerMode(const RawAddress &addr) const in GetPowerMode() function in bluetooth::PowerManager 155 return iter->second->GetPowerMode(); in GetPowerMode()
|
D | adapter_manager.cpp | 749 int AdapterManager::GetPowerMode(const std::string &address) const in GetPowerMode() function in bluetooth::AdapterManager 755 return static_cast<int>(IPowerManager::GetInstance().GetPowerMode(addr)); in GetPowerMode()
|
D | power_device.cpp | 121 BTPowerMode PowerDevice::GetPowerMode() const in GetPowerMode() function in bluetooth::PowerDevice
|
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/include/ |
D | bluetooth_remote_device.h | 109 int GetPowerMode(void) const;
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/include/ |
D | interface_adapter_manager.h | 298 virtual int GetPowerMode(const std::string &address) const = 0;
|
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/ |
D | bluetooth_remote_device.cpp | 141 int BluetoothRemoteDevice::GetPowerMode(void) const in GetPowerMode() function in OHOS::Bluetooth::BluetoothRemoteDevice 153 return hostProxy->GetPowerMode(address_); in GetPowerMode()
|
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/include/ |
D | bluetooth_host_proxy.h | 71 int32_t GetPowerMode(const std::string &address) override;
|
D | i_bluetooth_host.h | 156 virtual int32_t GetPowerMode(const std::string &address) = 0;
|
/foundation/communication/bluetooth/services/bluetooth_standard/server/include/ |
D | bluetooth_host_server.h | 92 int32_t GetPowerMode(const std::string &address) override;
|
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/host/ |
D | host_test.cpp | 644 EXPECT_GE(device_.GetPowerMode(), 0);
|
/foundation/communication/bluetooth/services/bluetooth_standard/server/src/ |
D | bluetooth_host_server.cpp | 1020 int32_t BluetoothHostServer::GetPowerMode(const std::string &address) in GetPowerMode() function in OHOS::Bluetooth::BluetoothHostServer 1023 return IAdapterManager::GetInstance()->GetPowerMode(address); in GetPowerMode()
|
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/src/ |
D | bluetooth_host_proxy.cpp | 845 int32_t BluetoothHostProxy::GetPowerMode(const std::string &address) in GetPowerMode() function in OHOS::Bluetooth::BluetoothHostProxy
|
D | bluetooth_host_stub.cpp | 624 int result = GetPowerMode(address); in GetPowerModeInner()
|