Home
last modified time | relevance | path

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

/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h1031 …virtual int GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uid…
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h946 int GetItemAttributes(const BluetoothRemoteDevice &device, uint64_t uid, uint16_t uidCounter,
/ohos5.0/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,
H A Davrcp_ct_service.cpp1750 int AvrcpCtService::GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint1… in GetItemAttributes() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp612 int ret = profile_->GetItemAttributes(device, 0, 1, attributes);
/ohos5.0/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 ui… in GetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1271 result = pimpl->service_->GetItemAttributes(BluetoothRawAddress(device), in GetItemAttributes()
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp789 int32_t BluetoothAvrcpCtProxy::GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uid… in GetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/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, uint… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
1907 int result = stub::MediaService::GetInstance()->GetItemAttributes( in GetPlayStatus()
H A Davrcp_tg_service.h1633 …void GetItemAttributes(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1646 int AvrcpController::GetItemAttributes( in GetItemAttributes() function in OHOS::Bluetooth::AvrcpController
1665 return proxy->GetItemAttributes(rawAddr, (int64_t)uid, (int32_t)uidCounter, attrs); in GetItemAttributes()