Home
last modified time | relevance | path

Searched refs:BluetoothRemoteDeviceInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_remote_device_info.cpp21 bool BluetoothRemoteDeviceInfo::Marshalling(Parcel &parcel) const in Marshalling()
38 BluetoothRemoteDeviceInfo *BluetoothRemoteDeviceInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
40 BluetoothRemoteDeviceInfo *info = new BluetoothRemoteDeviceInfo(); in Unmarshalling()
48 bool BluetoothRemoteDeviceInfo::WriteToParcel(Parcel &parcel) in WriteToParcel()
53 bool BluetoothRemoteDeviceInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
H A Dbluetooth_remote_device_info.h25 class BluetoothRemoteDeviceInfo : public Parcelable { class
27 explicit BluetoothRemoteDeviceInfo() = default;
28 ~BluetoothRemoteDeviceInfo() = default;
30 static BluetoothRemoteDeviceInfo *Unmarshalling(Parcel &parcel);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp263 std::shared_ptr<BluetoothRemoteDeviceInfo> info; in GetDeviceProductId()
371 std::shared_ptr<BluetoothRemoteDeviceInfo> info; in GetDeviceCustomType()
386 std::shared_ptr<BluetoothRemoteDeviceInfo> info; in GetDeviceVendorId()
401 std::shared_ptr<BluetoothRemoteDeviceInfo> info; in GetDeviceProductId()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h132 std::shared_ptr<BluetoothRemoteDeviceInfo> &deviceInfo, int type) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h128 std::shared_ptr<BluetoothRemoteDeviceInfo> &deviceInfo, int type) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h107 std::shared_ptr<BluetoothRemoteDeviceInfo> &deviceInfo, int type) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1642 std::shared_ptr<BluetoothRemoteDeviceInfo> &deviceInfo, int type) in GetRemoteDeviceInfo()
1655 deviceInfo = std::shared_ptr<BluetoothRemoteDeviceInfo>(reply.ReadParcelable<BluetoothRemoteDeviceInfo>()); in GetRemoteDeviceInfo()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1831 std::shared_ptr<BluetoothRemoteDeviceInfo> &deviceInfo, int type) in GetRemoteDeviceInfo()

Completed in 10 milliseconds