Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h493 * @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 Davrcp_ct_browse.cpp189 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 Davrcp_ct_service.cpp1622 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 Davrcp_ct_browse.h269 AvrcCtCpPacket(uint16_t uidCounter, uint8_t direction, uint64_t folderUid);
H A Davrcp_ct_profile.h902 * @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 Davrcp_ct_profile.cpp1775 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 Dinterface_profile_avrcp_ct.h981 * @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 Dmedia_service.h263 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 Dbluetooth_avrcp_ct.h880 * @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 Davrcp_tg_profile.h212 * @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 Davrcp_tg_service.cpp1760 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 Davrcp_tg_service.h1539 * @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 Dbluetooth_avrcp_ct.cpp1627 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

Completed in 49 milliseconds