/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.h | 204 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 D | avrcp_ct_browse.cpp | 130 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 D | avrcp_ct_notification.cpp | 237 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 D | avrcp_ct_notification.h | 217 return uidCounter_; in GetUidCounter() 240 uint16_t uidCounter_ {AVRC_CT_VENDOR_UID_COUNTER}; // The value of the "UID Counter".
|
H A D | avrcp_ct_vendor.h | 777 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 D | avrcp_ct_vendor.cpp | 1463 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 D | avrcp_ct_connection.h | 66 uint16_t uidCounter_; // The UID counter. variable
|
H A D | avrcp_ct_connection.cpp | 34 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 D | avrcp_tg_browse.h | 236 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 D | avrcp_tg_browse.cpp | 119 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 D | avrcp_tg_notification.h | 192 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 D | avrcp_tg_vendor.h | 923 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 D | avrcp_tg_notification.cpp | 287 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 D | avrcp_tg_connection.cpp | 35 uidCounter_(uidCounter), in AvrcTgConnectInfo() 397 uidCounter = info->uidCounter_; in GetUidCounter() 411 info->uidCounter_ = uidCounter; in SetUidCounter()
|
H A D | avrcp_tg_connection.h | 61 uint16_t uidCounter_; // The UID counter. variable
|
H A D | avrcp_tg_vendor.cpp | 2121 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 D | bluetooth_avrcp_ct.h | 232 : 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".
|