Home
last modified time | relevance | path

Searched refs:GetItemAttributes (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h70 virtual int32_t GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter,
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h64 virtual int32_t GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter,
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h64 int32_t GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h400 * @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 Dmedia_service.h274 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 Dbluetooth_avrcp_ct.h946 int GetItemAttributes(const BluetoothRemoteDevice &device, uint64_t uid, uint16_t uidCounter,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h537 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 Davrcp_ct_service.cpp1750 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 Davrcp_ct_test.cpp601 * @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 Dbluetooth_avrcp_ct_stub.cpp488 int32_t result = GetItemAttributes(raw, uid, uidCounter, events); in GetItemAttributesInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp446 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 Davrcp_tg_service.h288 * @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 Dbluetooth_avrcp_ct_proxy.cpp786 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 Dbluetooth_avrcp_ct.cpp1643 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 Dbluetooth_avrcp_ct_server.cpp1257 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()

Completed in 23 milliseconds