/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 500 …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 D | avrcp_ct_service.cpp | 1622 …::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 D | avrcp_ct_browse.cpp | 189 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 D | avrcp_ct_browse.h | 269 AvrcCtCpPacket(uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
|
H A D | avrcp_ct_profile.h | 905 …angePathCmd(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
|
H A D | avrcp_ct_profile.cpp | 1775 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 D | interface_profile_avrcp_ct.h | 990 …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 D | media_service.h | 263 …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 D | bluetooth_avrcp_ct.h | 890 …(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 D | avrcp_tg_profile.h | 217 …const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t lab…
|
H A D | avrcp_tg_service.cpp | 1760 …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 D | avrcp_tg_service.h | 1544 …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 D | bluetooth_avrcp_ct.cpp | 1630 … const BluetoothRemoteDevice &device, uint16_t uidCounter, uint16_t direction, uint64_t folderUid) in ChangePath() argument
|