Searched refs:AvrcTgCpPacket (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.h | 269 class AvrcTgCpPacket : public AvrcTgBrowsePacket { 277 AvrcTgCpPacket(uint8_t status, uint32_t numOfItems, uint8_t label); 284 AvrcTgCpPacket(Packet *pkt, uint32_t uidCounter, uint8_t label); 289 ~AvrcTgCpPacket(); 360 AvrcTgCpPacket() = delete;
|
H A D | avrcp_tg_browse.cpp | 229 AvrcTgCpPacket::AvrcTgCpPacket(uint8_t status, uint32_t numOfItems, uint8_t label) in AvrcTgCpPacket() function in OHOS::bluetooth::AvrcTgCpPacket 241 AvrcTgCpPacket::AvrcTgCpPacket(Packet *pkt, uint32_t uidCounter, uint8_t label) in AvrcTgCpPacket() function in OHOS::bluetooth::AvrcTgCpPacket 253 AvrcTgCpPacket::~AvrcTgCpPacket() in ~AvrcTgCpPacket() 258 const Packet *AvrcTgCpPacket::AssemblePacket(void) in AssemblePacket() 281 bool AvrcTgCpPacket::DisassemblePacket(Packet *pkt) in DisassemblePacket()
|
H A D | avrcp_tg_profile.cpp | 1591 …std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgCpPacket>(status, numOfItems, … in SendChangePathRsp() 1603 …std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgCpPacket>(pkt, uidCounter, lab… in ReceiveChangePathCmd() 1606 AvrcTgCpPacket *myPkt = static_cast<AvrcTgCpPacket *>(packet.get()); in ReceiveChangePathCmd()
|