/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 70 virtual int32_t GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 64 virtual int32_t GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 64 int32_t GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 400 * @brief Responds the data of the <b>GetItemAttributes</b>. 1031 virtual int GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter,
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 274 int GetItemAttributes(const std::string &addr, uint8_t scope, uint64_t uid, uint16_t uidCounter, in GetItemAttributes() function in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 946 int GetItemAttributes(const BluetoothRemoteDevice &device, uint64_t uid, uint16_t uidCounter,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 537 int GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, 1309 * @brief Responds the data of the <b>GetItemAttributes</b>.
|
H A D | avrcp_ct_service.cpp | 1750 int AvrcpCtService::GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, in GetItemAttributes() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 601 * @tc.name: GetItemAttributes 612 int ret = profile_->GetItemAttributes(device, 0, 1, attributes); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 488 int32_t result = GetItemAttributes(raw, uid, uidCounter, events); in GetItemAttributesInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 446 std::bind(&AvrcpTgService::GetItemAttributes, this, _1, _2, _3, _4, _5, _6), in AvrcpTgService() 1902 void AvrcpTgService::GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 1907 int result = stub::MediaService::GetInstance()->GetItemAttributes( in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 288 * @brief Responds the data of the <b>GetItemAttributes</b>. 785 * @brief Responds the data of the <b>GetItemAttributes</b>. 1633 void GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, 1637 * @brief Responds the data of the <b>GetItemAttributes</b>.
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 786 int32_t BluetoothAvrcpCtProxy::GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter, in GetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1643 int AvrcpController::GetItemAttributes( in GetItemAttributes() function in OHOS::Bluetooth::AvrcpController 1662 return proxy->GetItemAttributes(rawAddr, (int64_t)uid, (int32_t)uidCounter, attrs); in GetItemAttributes()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1257 int32_t BluetoothAvrcpCtServer::GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter, in GetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1271 result = pimpl->service_->GetItemAttributes(BluetoothRawAddress(device), in GetItemAttributes()
|