/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | avrcp_media.h | 57 class AvrcMeItem { class 59 AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name, 61 AvrcMeItem() = default; 62 AvrcMeItem(const AvrcMeItem& other) = default; 63 ~AvrcMeItem() = default;
|
H A D | avrcp_media.cpp | 32 AvrcMeItem::AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name, in AvrcMeItem() function in OHOS::bluetooth::AvrcMeItem
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_avrcp_meItem.h | 25 public bluetooth::AvrcMeItem { 28 explicit BluetoothAvrcpMeItem(const bluetooth::AvrcMeItem &other) : bluetooth::AvrcMeItem(other) in BluetoothAvrcpMeItem() 30 BluetoothAvrcpMeItem(const BluetoothAvrcpMeItem &other) : bluetooth::AvrcMeItem(other) in BluetoothAvrcpMeItem()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.h | 420 uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label); 511 std::vector<AvrcMeItem> meItems_ {}; // The list of the <b>AvrcCtMeItem</b> class.
|
H A D | avrcp_tg_browse.cpp | 353 uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label) in AvrcTgGfiPacket() 531 for (AvrcMeItem item : meItems_) { in CountMeFrameSize() 607 for (AvrcMeItem item : meItems_) { in AssembleMeItem()
|
H A D | avrcp_tg_service.h | 781 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, 1621 RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMeItem> items, uint8_t label, int status);
|
H A D | avrcp_tg_service.cpp | 234 std::vector<AvrcMeItem> meItems; in OnGetFolderItems() 236 AvrcMeItem meItem( in OnGetFolderItems() 1820 std::vector<AvrcMeItem> items; in GetPlayStatus() 1865 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label, int status) in GetPlayStatus() 1885 RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMeItem> items, uint8_t label, int status) in GetPlayStatus()
|
H A D | avrcp_tg_profile.h | 895 * @param[in] items The list of <b>AvrcMeItem</b> class. 906 void SendGetFolderItemsRsp(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items,
|
H A D | avrcp_tg_profile.cpp | 1631 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label, int status) in SendGetFolderItemsRsp()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.h | 500 const std::vector<AvrcMeItem> &GetMediaItems(void) const in GetMediaItems() 515 std::vector<AvrcMeItem> meItems_ {}; // The list of the <b>AvrcMeItem</b> class.
|
H A D | avrcp_ct_profile.h | 290 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail)>
|
H A D | avrcp_ct_service.h | 1294 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail) const;
|
H A D | avrcp_ct_browse.cpp | 546 AvrcMeItem meItem(itemType, uid, type, playable, name, attributes, values); in DisassembleMeParameter()
|
H A D | avrcp_ct_service.cpp | 1734 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail) const in OnGetFolderItems()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 416 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items,
|
H A D | interface_profile_avrcp_ct.h | 397 const std::vector<AvrcMeItem> &items, int result, int detail) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 257 std::vector<AvrcMeItem> myItems; 259 AvrcMeItem myItem; 672 const std::vector<AvrcMeItem> &items, int result, int detail) in OnGetFolderItems()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 156 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, 532 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, int result, int detail) in OnGetFolderItems()
|