Home
last modified time | relevance | path

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 Davrcp_tg_connection.h316 void SetUidCounter(const RawAddress &rawAddr, uint16_t uidCounter);
H A Davrcp_tg_profile.cpp1561 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 Davrcp_tg_connection.cpp405 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 Davrcp_ct_connection.h296 void SetUidCounter(const RawAddress &rawAddr, uint16_t uidCounter);
H A Davrcp_ct_profile.cpp1359 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 Davrcp_ct_connection.cpp376 void AvrcCtConnectManager::SetUidCounter(const RawAddress &rawAddr, uint16_t uidCounter) in SetUidCounter() function in OHOS::bluetooth::AvrcCtConnectManager