Home
last modified time | relevance | path

Searched refs:folderUid (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h500 …th(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) override;
1234 …d ChangePathNative(RawAddress rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
H A Davrcp_ct_service.cpp1622 …::ChangePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in ChangePath() argument
1625 …ET_ENCRYPT_AVRCP_ADDR(rawAddr), uidCounter, direction, static_cast<unsigned long long>(folderUid)); in ChangePath()
1646 … std::bind(&AvrcpCtService::ChangePathNative, this, peerAddr, uidCounter, direction, folderUid)); in ChangePath()
1653 …e::ChangePathNative(RawAddress rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in ChangePathNative() argument
1656 …ET_ENCRYPT_AVRCP_ADDR(rawAddr), uidCounter, direction, static_cast<unsigned long long>(folderUid)); in ChangePathNative()
1666 profile_->SendChangePathCmd(rawAddr, uidCounter, direction, folderUid); in ChangePathNative()
H A Davrcp_ct_browse.cpp189 AvrcCtCpPacket::AvrcCtCpPacket(uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in AvrcCtCpPacket() argument
193 uidCounter, direction, static_cast<unsigned long long>(folderUid)); in AvrcCtCpPacket()
199 folderUid_ = folderUid; in AvrcCtCpPacket()
H A Davrcp_ct_browse.h269 AvrcCtCpPacket(uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
H A Davrcp_ct_profile.h905 …angePathCmd(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
H A Davrcp_ct_profile.cpp1775 const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in SendChangePathCmd() argument
1778 GET_ENCRYPT_AVRCP_ADDR(rawAddr), uidCounter, direction, folderUid); in SendChangePathCmd()
1780 …tr<AvrcCtBrowsePacket> packet = std::make_shared<AvrcCtCpPacket>(uidCounter, direction, folderUid); in SendChangePathCmd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h990 …ngePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h263 …const std::string &addr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label) in ChangePath() argument
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h890 …(const BluetoothRemoteDevice &device, uint16_t uidCounter, uint16_t direction, uint64_t folderUid);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.h217 …const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t lab…
H A Davrcp_tg_service.cpp1760 …const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t lab… in GetPlayStatus() argument
1763 …YPT_AVRCP_ADDR(rawAddr), uidCounter, direction, static_cast<unsigned long long>(folderUid), label); in GetPlayStatus()
1765 …aService::GetInstance()->ChangePath(rawAddr.GetAddress(), uidCounter, direction, folderUid, label); in GetPlayStatus()
H A Davrcp_tg_service.h1544 …const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t lab…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1630 … const BluetoothRemoteDevice &device, uint16_t uidCounter, uint16_t direction, uint64_t folderUid) in ChangePath() argument