Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_avrcp_meItem.h24 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 Dbluetooth_avrcp_meItem.cpp21 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 Di_bluetooth_avrcp_ct_observer.h79 std::vector<BluetoothAvrcpMeItem> &items, int result, int detail) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h76 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMeItem> &items,
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp634 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 Dbluetooth_avrcp_ct_observer_proxy.cpp1102 std::vector<BluetoothAvrcpMeItem> &items, int result, int detail) in OnGetFolderItems()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp540 std::vector<BluetoothAvrcpMeItem> myItems; in OnGetFolderItems()
542 myItems.push_back(BluetoothAvrcpMeItem(items.at(i))); in OnGetFolderItems()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp253 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMeItem> &items,

Completed in 11 milliseconds