Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_device_battery_info.h24 class BluetoothBatteryInfo : public Parcelable, public bluetooth::BatteryInfo { class
26 BluetoothBatteryInfo() = default;
27 explicit BluetoothBatteryInfo(const bluetooth::BatteryInfo& other) in BluetoothBatteryInfo() function in OHOS::Bluetooth::BluetoothBatteryInfo
29 explicit BluetoothBatteryInfo(const BluetoothBatteryInfo& other) in BluetoothBatteryInfo() function in OHOS::Bluetooth::BluetoothBatteryInfo
31 BluetoothBatteryInfo& operator = (const BluetoothBatteryInfo &other) = default;
33 ~BluetoothBatteryInfo() override = default;
37 static BluetoothBatteryInfo *Unmarshalling(Parcel &parcel);
H A Dbluetooth_device_battery_info.cpp21 bool BluetoothBatteryInfo::Marshalling(Parcel &parcel) const in Marshalling()
33 bool BluetoothBatteryInfo::WriteToParcel(Parcel &parcel) in WriteToParcel()
38 BluetoothBatteryInfo *BluetoothBatteryInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
40 BluetoothBatteryInfo *batteryInfo = new BluetoothBatteryInfo(); in Unmarshalling()
48 bool BluetoothBatteryInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_remote_device_observer.h38 virtual void OnRemoteBatteryChanged(const BluetoothRawAddress &device, const BluetoothBatteryInfo &batteryInfo) = 0;
H A Di_bluetooth_host.h104 virtual int32_t GetRemoteDeviceBatteryInfo(const std::string &address, BluetoothBatteryInfo &batteryInfo) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_remote_device_observer_proxy.h39 const BluetoothBatteryInfo &batteryInfo) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_remote_device_observer_stub.cpp170 std::shared_ptr<BluetoothBatteryInfo> batteryInfo(data.ReadParcelable<BluetoothBatteryInfo>()); in OnRemoteBatteryChangedInner()
H A Dbluetooth_host_proxy.cpp989 int32_t BluetoothHostProxy::GetRemoteDeviceBatteryInfo(const std::string &address, BluetoothBatteryInfo &batteryInfo) in GetRemoteDeviceBatteryInfo()
1001 std::shared_ptr<BluetoothBatteryInfo> info(reply.ReadParcelable<BluetoothBatteryInfo>()); in GetRemoteDeviceBatteryInfo()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp189 const BluetoothRawAddress &device, const BluetoothBatteryInfo &batteryInfo) in OnRemoteBatteryChanged()
H A Dbluetooth_host_stub.cpp827 BluetoothBatteryInfo info; in GetRemoteDeviceBatteryInfoInner()
/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/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp162 BluetoothBatteryInfo bluetoothBatteryInfo; in GetRemoteDeviceBatteryInfo()
H A Dbluetooth_host.cpp305 void OnRemoteBatteryChanged(const BluetoothRawAddress &device, const BluetoothBatteryInfo &batteryInfo) override
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1386 BluetoothBatteryInfo &batteryInfo) in GetRemoteDeviceBatteryInfo()

Completed in 15 milliseconds