Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_browse.h202 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 Davrcp_ct_notification.h215 uint16_t GetUidCounter(void) const in GetUidCounter() function in OHOS::bluetooth::AvrcCtNotifyPacket
H A Davrcp_ct_profile.cpp1359 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 Davrcp_ct_connection.h288 uint16_t GetUidCounter(const RawAddress &rawAddr);
H A Davrcp_ct_connection.cpp360 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 Davrcp_tg_browse.h326 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 Davrcp_tg_vendor.h921 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 Davrcp_tg_connection.h308 uint16_t GetUidCounter(const RawAddress &rawAddr);
H A Davrcp_tg_profile.cpp965 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 Davrcp_tg_connection.cpp389 uint16_t AvrcTgConnectManager::GetUidCounter(const RawAddress &rawAddr) in GetUidCounter() function in OHOS::bluetooth::AvrcTgConnectManager
H A Davrcp_tg_service.cpp453 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 Davrcp_tg_service.h1726 void GetUidCounter(const RawAddress &rawAddr, uint8_t label) const;
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h304 int GetUidCounter(const std::string &addr, uint8_t label) in GetUidCounter() function in stub::MediaService

Completed in 24 milliseconds