Home
last modified time | relevance | path

Searched refs:AvrcTgGtnoiPacket (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.h760 class AvrcTgGtnoiPacket : public AvrcTgBrowsePacket {
768 AvrcTgGtnoiPacket(uint8_t status, uint16_t uidCounter, uint32_t numOfItems, uint8_t label);
775 AvrcTgGtnoiPacket(Packet *pkt, uint8_t label);
780 ~AvrcTgGtnoiPacket();
830 AvrcTgGtnoiPacket() = delete;
H A Davrcp_tg_browse.cpp933 AvrcTgGtnoiPacket::AvrcTgGtnoiPacket(uint8_t status, uint16_t uidCounter, uint32_t numOfItems, uint… in AvrcTgGtnoiPacket() function in OHOS::bluetooth::AvrcTgGtnoiPacket
947 AvrcTgGtnoiPacket::AvrcTgGtnoiPacket(Packet *pkt, uint8_t label) in AvrcTgGtnoiPacket() function in OHOS::bluetooth::AvrcTgGtnoiPacket
958 AvrcTgGtnoiPacket::~AvrcTgGtnoiPacket() in ~AvrcTgGtnoiPacket()
963 const Packet *AvrcTgGtnoiPacket::AssemblePacket(void) in AssemblePacket()
991 bool AvrcTgGtnoiPacket::DisassemblePacket(Packet *pkt) in DisassemblePacket()
H A Davrcp_tg_profile.cpp1704 std::make_shared<AvrcTgGtnoiPacket>(status, uidCounter, numOfItems, label); in SendGetTotalNumberOfItemsRsp()
1714 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGtnoiPacket>(pkt, label); in ReceiveGetTotalNumberOfItemsCmd()
1717 AvrcTgGtnoiPacket *myPkt = static_cast<AvrcTgGtnoiPacket *>(packet.get()); in ReceiveGetTotalNumberOfItemsCmd()