Searched refs:BluetoothAvrcpMeItem (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_avrcp_meItem.h | 24 class BluetoothAvrcpMeItem : public Parcelable, class 27 BluetoothAvrcpMeItem() = default; 28 explicit BluetoothAvrcpMeItem(const bluetooth::AvrcMeItem &other) : bluetooth::AvrcMeItem(other) in BluetoothAvrcpMeItem() function in OHOS::Bluetooth::BluetoothAvrcpMeItem 30 BluetoothAvrcpMeItem(const BluetoothAvrcpMeItem &other) : bluetooth::AvrcMeItem(other) in BluetoothAvrcpMeItem() function in OHOS::Bluetooth::BluetoothAvrcpMeItem 32 ~BluetoothAvrcpMeItem() override = default; 36 static BluetoothAvrcpMeItem *Unmarshalling(Parcel &parcel);
|
H A D | bluetooth_avrcp_meItem.cpp | 21 bool BluetoothAvrcpMeItem::Marshalling(Parcel &parcel) const in Marshalling() 57 bool BluetoothAvrcpMeItem::WriteToParcel(Parcel &parcel) in WriteToParcel() 62 BluetoothAvrcpMeItem *BluetoothAvrcpMeItem::Unmarshalling(Parcel &parcel) in Unmarshalling() 64 BluetoothAvrcpMeItem* avrcpData = new BluetoothAvrcpMeItem(); in Unmarshalling() 72 bool BluetoothAvrcpMeItem::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 79 std::vector<BluetoothAvrcpMeItem> &items, int result, int detail) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 76 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMeItem> &items,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 634 std::vector<BluetoothAvrcpMeItem> items {}; in OnGetFolderItemsInner() 640 std::shared_ptr<BluetoothAvrcpMeItem> item(data.ReadParcelable<BluetoothAvrcpMeItem>()); in OnGetFolderItemsInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 1102 std::vector<BluetoothAvrcpMeItem> &items, int result, int detail) in OnGetFolderItems()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 540 std::vector<BluetoothAvrcpMeItem> myItems; in OnGetFolderItems() 542 myItems.push_back(BluetoothAvrcpMeItem(items.at(i))); in OnGetFolderItems()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 253 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMeItem> &items,
|
Completed in 11 milliseconds