Home
last modified time | relevance | path

Searched refs:uidCounter_ (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_browse.h204 return uidCounter_; in GetUidCounter()
230 uint16_t uidCounter_ {AVRC_CT_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
334 uint16_t uidCounter_ {AVRC_CT_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
482 return uidCounter_; in GetUidCounter()
512 uint16_t uidCounter_ {AVRC_CT_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
714 uint16_t uidCounter_ {AVRC_CT_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
812 return uidCounter_; in GetUidCounter()
827 uint16_t uidCounter_ {AVRC_CT_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
H A Davrcp_ct_browse.cpp130 uidCounter_ = static_cast<uint16_t>(payload); in DisassemblePacket()
131 HILOGI("uidCounter_: %{public}d", uidCounter_); in DisassemblePacket()
197 uidCounter_ = uidCounter; in AvrcCtCpPacket()
231 offset += PushOctets2((buffer + offset), uidCounter_); in AssemblePacket()
232 HILOGI("uidCounter_: %{public}d", uidCounter_); in AssemblePacket()
382 uidCounter_ = static_cast<uint16_t>(payload); in DisassemblePacket()
383 HILOGI("uidCounter_: %{public}d", uidCounter_); in DisassemblePacket()
643 uidCounter_ = uidCounter; in AvrcCtGiaPacket()
690 HILOGI("uidCounter_: %{public}d", uidCounter_); in AssemblePacket()
852 uidCounter_ = static_cast<uint16_t>(payload); in DisassemblePacket()
[all …]
H A Davrcp_ct_notification.cpp237 uidCounter_ = static_cast<uint16_t>(payload); in DisassembleAddressedPlayerChanged()
238 HILOGI("uidCounter_: %{public}x", uidCounter_); in DisassembleAddressedPlayerChanged()
254 uidCounter_ = static_cast<uint16_t>(payload); in DisassembleUidsChanged()
255 HILOGI("uidCounter_: %{public}x", uidCounter_); in DisassembleUidsChanged()
H A Davrcp_ct_notification.h217 return uidCounter_; in GetUidCounter()
240 uint16_t uidCounter_ {AVRC_CT_VENDOR_UID_COUNTER}; // The value of the "UID Counter".
H A Davrcp_ct_vendor.h777 uint16_t uidCounter_ {AVRC_CT_VENDOR_UID_COUNTER}; // The uid counter in the frame.
874 uint16_t uidCounter_ {AVRC_CT_VENDOR_UID_COUNTER}; // The value of the "UID Counter".
H A Davrcp_ct_vendor.cpp1463 uidCounter_ = uidCounter; in AvrcCtPiPacket()
1505 PushOctets2((bufferPtr + offset), uidCounter_); in AssembleParameters()
1506 HILOGI("uidCounter_: %{public}d", uidCounter_); in AssembleParameters()
1554 uidCounter_ = uidCounter; in AvrcCtAtnpPacket()
1593 PushOctets2((bufferPtr + offset), uidCounter_); in AssembleParameters()
1594 HILOGI("uidCounter_: %{public}hu", uidCounter_); in AssembleParameters()
H A Davrcp_ct_connection.h66 uint16_t uidCounter_; // The UID counter. variable
H A Davrcp_ct_connection.cpp34 uidCounter_(uidCounter), in AvrcCtConnectInfo()
368 uidCounter = info->uidCounter_; in GetUidCounter()
384 info->uidCounter_ = uidCounter; in SetUidCounter()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.h236 uint16_t uidCounter_ {AVRC_TG_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
328 return uidCounter_; in GetUidCounter()
352 uint16_t uidCounter_ {AVRC_TG_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
508 uint16_t uidCounter_ {AVRC_TG_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
712 return uidCounter_; in GetUidCounter()
728 uint16_t uidCounter_ {AVRC_TG_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
824 uint16_t uidCounter_ {AVRC_TG_BROWSE_UID_COUNTER}; // The value of the "UID Counter".
H A Davrcp_tg_browse.cpp119 uidCounter_ = uidCounter; in AvrcTgSbpPacket()
167 HILOGI("uidCounter_: %{public}x", uidCounter_); in AssemblePacket()
248 uidCounter_ = uidCounter; in AvrcTgCpPacket()
305 if (uidCounter != uidCounter_) { in DisassemblePacket()
348 uidCounter_ = uidCounter; in AvrcTgGfiPacket()
365 uidCounter_ = uidCounter; in AvrcTgGfiPacket()
459 HILOGI("uidCounter_: %{public}d", uidCounter_); in AssembleMpPacket()
588 HILOGI("uidCounter_: %{public}d", uidCounter_); in AssembleMePacket()
773 uidCounter_ = uidCounter; in AvrcTgGiaPacket()
883 if (uidCounter != uidCounter_) { in DisassemblePacket()
[all …]
H A Davrcp_tg_notification.h192 uidCounter_ = uidCounter; in InitAddressedPlayerChanged()
202 uidCounter_ = uidCounter; in InitUidsChanged()
263 uint16_t uidCounter_ {AVRC_TG_VENDOR_UID_COUNTER}; // The value of the "UID Counter".
H A Davrcp_tg_vendor.h923 return uidCounter_; in GetUidCounter()
929 uint16_t uidCounter_ {AVRC_TG_VENDOR_UID_COUNTER}; // The uid counter in the frame.
1051 return uidCounter_; in GetUidCounter()
1057 uint16_t uidCounter_ {AVRC_TG_VENDOR_UID_COUNTER}; // The value of the "UID Counter".
H A Davrcp_tg_notification.cpp287 PushOctets2((bufferPtr + offset), uidCounter_); in AssembleAddressedPlayerChanged()
288 HILOGI("uidCounter_: %{public}x", uidCounter_); in AssembleAddressedPlayerChanged()
321 PushOctets2((bufferPtr + offset), uidCounter_); in AssembleUidsChanged()
322 HILOGI("uidCounter_: %{public}d", uidCounter_); in AssembleUidsChanged()
H A Davrcp_tg_connection.cpp35 uidCounter_(uidCounter), in AvrcTgConnectInfo()
397 uidCounter = info->uidCounter_; in GetUidCounter()
411 info->uidCounter_ = uidCounter; in SetUidCounter()
H A Davrcp_tg_connection.h61 uint16_t uidCounter_; // The UID counter. variable
H A Davrcp_tg_vendor.cpp2121 uidCounter_ = static_cast<uint16_t>(payload); in DisassembleParameters()
2122 HILOGI("uidCounter_: %{public}d", uidCounter_); in DisassembleParameters()
2234 uidCounter_ = static_cast<uint16_t>(payload); in DisassembleParameters()
2235 HILOGI("uidCounter_: %{public}d", uidCounter_); in DisassembleParameters()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h232 : uidCounter_(uidCounter), mediaItems_(mediaItems) in MediaItems()
237 uint16_t uidCounter_ {0xFFFF};
269 : uidCounter_(uidCounter), mediaPlayers_(mediaPlayers) in MediaPlayers()
274 uint16_t uidCounter_ {0xFFFF};
310 : uidCounter_(uidCounter), numOfItems_(numOfItems) in TotalNumberOfItems()
314 uint16_t uidCounter_; // The value of the uid counter. variable
354 …Notification(uint16_t playerId, uint16_t uidCounter) : playerId_(playerId), uidCounter_(uidCounter) in Notification()
356 explicit Notification(uint16_t uidCounter) : uidCounter_(uidCounter) in Notification()
366 uint16_t uidCounter_ {0xFFFF}; // The value of the "UID Counter".