Home
last modified time | relevance | path

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 Davrcp_tg_browse.h269 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 Davrcp_tg_browse.cpp229 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 Davrcp_tg_profile.cpp1591 …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()