/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.h | 202 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcCtSbpPacket 480 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcCtGfiPacket 810 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcCtGtnoiPacket
|
H A D | avrcp_ct_notification.h | 215 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcCtNotifyPacket
|
H A D | avrcp_ct_profile.cpp | 1359 cnManager->SetUidCounter(rawAddr, notifyPkt->GetUidCounter()); in InformNotificationChanged() 1361 rawAddr, notifyPkt->GetPlayerId(), notifyPkt->GetUidCounter(), result); in InformNotificationChanged() 1364 cnManager->SetUidCounter(rawAddr, notifyPkt->GetUidCounter()); in InformNotificationChanged() 1365 myObserver_->onUidChanged(rawAddr, notifyPkt->GetUidCounter(), result); in InformNotificationChanged() 1763 cnManager->SetUidCounter(rawAddr, packet.GetUidCounter()); in ReceiveSetBrowsedPlayerRsp() 1771 rawAddr, packet.GetUidCounter(), packet.GetNumOfItems(), packet.GetFolderNames(), result, packet.GetStatus()); in ReceiveSetBrowsedPlayerRsp() 1826 packet.GetUidCounter(), in ReceiveGetFolderItemsRsp() 1876 cnManager->SetUidCounter(rawAddr, packet.GetUidCounter()); in ReceiveGetTotalNumberOfItemsRsp() 1884 rawAddr, packet.GetUidCounter(), packet.GetNumOfItems(), result, packet.GetStatus()); in ReceiveGetTotalNumberOfItemsRsp() 1927 pkt->GetUidCounter(), in ProcessBrowseTimeout() [all...] |
H A D | avrcp_ct_connection.h | 288 uint16_t GetUidCounter(const RawAddress &rawAddr);
|
H A D | avrcp_ct_connection.cpp | 360 uint16_t AvrcCtConnectManager::GetUidCounter(const RawAddress &rawAddr) in GetUidCounter() function in OHOS::bluetooth::AvrcCtConnectManager
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.h | 326 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcTgCpPacket 710 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcTgGiaPacket
|
H A D | avrcp_tg_vendor.h | 921 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcTgPiPacket 1049 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcTgAtnpPacket
|
H A D | avrcp_tg_connection.h | 308 uint16_t GetUidCounter(const RawAddress &rawAddr);
|
H A D | avrcp_tg_profile.cpp | 965 myObserver_->setAddressedPlayer(rawAddr, sapPkt->GetPlayerId(), cnManager->GetUidCounter(rawAddr), label); in ReceiveSetAddressedPlayerCmd() 994 myObserver_->playItem(rawAddr, piPkt->GetScope(), piPkt->GetUid(), piPkt->GetUidCounter(), label); in ReceivePlayItemCmd() 1023 myObserver_->addToNowPlaying(rawAddr, atnpPkt->GetScope(), atnpPkt->GetUid(), atnpPkt->GetUidCounter(), label); in ReceiveAddToNowPlayingCmd() 1576 uint16_t uidCounter = cnManager->GetUidCounter(rawAddr); in ReceiveSetBrowsedPlayerCmd() 1602 uint16_t uidCounter = cnManager->GetUidCounter(rawAddr); in ReceiveChangePathCmd() 1607 myObserver_->changePath(rawAddr, myPkt->GetUidCounter(), myPkt->GetDirection(), myPkt->GetFolderUid(), label); in ReceiveChangePathCmd() 1680 uint16_t uidCounter = cnManager->GetUidCounter(rawAddr); in ReceiveGetItemAttributesCmd() 1687 rawAddr, myPkt->GetScope(), myPkt->GetUid(), myPkt->GetUidCounter(), myPkt->GetAttributes(), label); in ReceiveGetItemAttributesCmd()
|
H A D | avrcp_tg_connection.cpp | 389 uint16_t AvrcTgConnectManager::GetUidCounter(const RawAddress &rawAddr) in GetUidCounter() function in OHOS::bluetooth::AvrcTgConnectManager
|
H A D | avrcp_tg_service.cpp | 453 std::bind(&AvrcpTgService::GetUidCounter, this, _1, _2), in AvrcpTgService() 2147 void AvrcpTgService::GetUidCounter(const RawAddress &rawAddr, uint8_t label) const in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 2151 int result = stub::MediaService::GetInstance()->GetUidCounter(rawAddr.GetAddress(), label); in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 1726 void GetUidCounter(const RawAddress &rawAddr, uint8_t label) const;
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 304 int GetUidCounter(const std::string &addr, uint8_t label) in GetUidCounter() function in stub::MediaService
|