Searched refs:SetUidCounter (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_connection.h | 316 void SetUidCounter(const RawAddress &rawAddr, uint16_t uidCounter);
|
H A D | avrcp_tg_profile.cpp | 1561 cnManager->SetUidCounter(rawAddr, uidCounter); in SendSetBrowsedPlayerRsp() 1620 cnManager->SetUidCounter(rawAddr, uidCounter); in SendGetFolderItemsRsp() 1637 cnManager->SetUidCounter(rawAddr, uidCounter); in SendGetFolderItemsRsp() 1700 cnManager->SetUidCounter(rawAddr, uidCounter); in SendGetTotalNumberOfItemsRsp()
|
H A D | avrcp_tg_connection.cpp | 405 void AvrcTgConnectManager::SetUidCounter(const RawAddress &rawAddr, uint16_t uidCounter) in SetUidCounter() function in OHOS::bluetooth::AvrcTgConnectManager
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_connection.h | 296 void SetUidCounter(const RawAddress &rawAddr, uint16_t uidCounter);
|
H A D | avrcp_ct_profile.cpp | 1359 cnManager->SetUidCounter(rawAddr, notifyPkt->GetUidCounter()); in InformNotificationChanged() 1364 cnManager->SetUidCounter(rawAddr, notifyPkt->GetUidCounter()); in InformNotificationChanged() 1763 cnManager->SetUidCounter(rawAddr, packet.GetUidCounter()); in ReceiveSetBrowsedPlayerRsp() 1876 cnManager->SetUidCounter(rawAddr, packet.GetUidCounter()); in ReceiveGetTotalNumberOfItemsRsp()
|
H A D | avrcp_ct_connection.cpp | 376 void AvrcCtConnectManager::SetUidCounter(const RawAddress &rawAddr, uint16_t uidCounter) in SetUidCounter() function in OHOS::bluetooth::AvrcCtConnectManager
|