Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceBatteryInfo (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h174 int GetRemoteDeviceBatteryInfo(DeviceBatteryInfo &batteryInfo) const;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_ffi.cpp115 return ConnectionImpl::GetRemoteDeviceBatteryInfo(deviceId, errCode); in FfiBluetoothConGetRemoteDeviceBatteryInfo()
H A Dbluetooth_connection_impl.cpp236 CBatteryInfo ConnectionImpl::GetRemoteDeviceBatteryInfo(std::string deviceId, int32_t* errCode) in GetRemoteDeviceBatteryInfo() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl
245 int32_t err = remoteDevice.GetRemoteDeviceBatteryInfo(batteryInfo); in GetRemoteDeviceBatteryInfo()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h83 napi_value GetRemoteDeviceBatteryInfo(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp116 DECLARE_NAPI_FUNCTION("getRemoteDeviceBatteryInfo", GetRemoteDeviceBatteryInfo), in DefineConnectionFunctions()
773 napi_value GetRemoteDeviceBatteryInfo(napi_env env, napi_callback_info info) in GetRemoteDeviceBatteryInfo() function
782 int32_t err = remoteDevice.GetRemoteDeviceBatteryInfo(batteryInfo); in GetRemoteDeviceBatteryInfo()
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h55 static CBatteryInfo GetRemoteDeviceBatteryInfo(std::string deviceId, int32_t* errCode);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp156 int BluetoothRemoteDevice::GetRemoteDeviceBatteryInfo(DeviceBatteryInfo &batteryInfo) const in GetRemoteDeviceBatteryInfo() function in OHOS::Bluetooth::BluetoothRemoteDevice
163 int32_t ret = hostProxy->GetRemoteDeviceBatteryInfo(address_, bluetoothBatteryInfo); in GetRemoteDeviceBatteryInfo()
164 CHECK_AND_RETURN_LOG_RET(ret == BT_NO_ERROR, ret, "GetRemoteDeviceBatteryInfo fail"); in GetRemoteDeviceBatteryInfo()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h104 virtual int32_t GetRemoteDeviceBatteryInfo(const std::string &address, BluetoothBatteryInfo &batteryInfo) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h99 int32_t GetRemoteDeviceBatteryInfo(const std::string &address, BluetoothBatteryInfo &batteryInfo) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h79 int32_t GetRemoteDeviceBatteryInfo(const std::string &address, BluetoothBatteryInfo &info) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp560 device_.GetRemoteDeviceBatteryInfo(batteryInfo); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp989 int32_t BluetoothHostProxy::GetRemoteDeviceBatteryInfo(const std::string &address, BluetoothBatteryInfo &batteryInfo) in GetRemoteDeviceBatteryInfo() function in OHOS::Bluetooth::BluetoothHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp828 int ret = GetRemoteDeviceBatteryInfo(address, info); in GetRemoteDeviceBatteryInfoInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1385 int32_t BluetoothHostServer::GetRemoteDeviceBatteryInfo(const std::string &address, in GetRemoteDeviceBatteryInfo() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 16 milliseconds