/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 493 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command. 500 int ChangePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) override; 1231 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command. 1234 void ChangePathNative(RawAddress rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
|
H A D | avrcp_ct_browse.cpp | 189 AvrcCtCpPacket::AvrcCtCpPacket(uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in AvrcCtCpPacket() argument 192 HILOGI("uidCounter: %{public}d, direction: %{public}d, folderUid: %{public}llu", in AvrcCtCpPacket() 193 uidCounter, direction, static_cast<unsigned long long>(folderUid)); in AvrcCtCpPacket() 199 folderUid_ = folderUid; in AvrcCtCpPacket()
|
H A D | avrcp_ct_service.cpp | 1622 int AvrcpCtService::ChangePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in ChangePath() argument 1624 HILOGI("address: %{public}s, uidCounter: %{public}d, direction: %{public}d, folderUid: %{public}llu", in ChangePath() 1625 GET_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 void AvrcpCtService::ChangePathNative(RawAddress rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in ChangePathNative() argument 1655 HILOGI("address: %{public}s, uidCounter: %{public}d, direction: %{public}d, folderUid: %{public}llu", in ChangePathNative() 1656 GET_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.h | 269 AvrcCtCpPacket(uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
|
H A D | avrcp_ct_profile.h | 902 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command. 905 void SendChangePathCmd(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() 1777 HILOGI("address: %{public}s, uidCounter: %{public}d, direction: %{public}x, folderUid: %{public}jx", in SendChangePathCmd() 1778 GET_ENCRYPT_AVRCP_ADDR(rawAddr), uidCounter, direction, folderUid); in SendChangePathCmd() 1780 std::shared_ptr<AvrcCtBrowsePacket> packet = std::make_shared<AvrcCtCpPacket>(uidCounter, direction, folderUid); in SendChangePathCmd() 1774 SendChangePathCmd( const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) SendChangePathCmd() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 981 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command. 990 virtual int ChangePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 263 int ChangePath(const std::string &addr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label) in ChangePath() argument
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 880 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command. 890 int ChangePath(const BluetoothRemoteDevice &device, uint16_t uidCounter, uint16_t direction, uint64_t folderUid);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.h | 212 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems 217 const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label)>
|
H A D | avrcp_tg_service.cpp | 1760 const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label) const in GetPlayStatus() 1762 HILOGI("addr:%{public}s, uidCounter:%{public}d, direction:%{public}d, folderUid:%{public}llu, label:%{public}d", in GetPlayStatus() 1763 GET_ENCRYPT_AVRCP_ADDR(rawAddr), uidCounter, direction, static_cast<unsigned long long>(folderUid), label); in GetPlayStatus() 1765 stub::MediaService::GetInstance()->ChangePath(rawAddr.GetAddress(), uidCounter, direction, folderUid, label); in GetPlayStatus() 1759 ChangePath( const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label) const GetPlayStatus() argument
|
H A D | avrcp_tg_service.h | 1539 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command. 1544 const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label) const;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1627 const BluetoothRemoteDevice &device, uint16_t uidCounter, uint16_t direction, uint64_t folderUid) in ChangePath() 1626 ChangePath( const BluetoothRemoteDevice &device, uint16_t uidCounter, uint16_t direction, uint64_t folderUid) ChangePath() argument
|