Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h58 virtual int32_t GetElementAttributes(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h53 int32_t GetElementAttributes(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h53 virtual int32_t GetElementAttributes(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h881 virtual int GetElementAttributes(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h234 int GetElementAttributes( in GetElementAttributes() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h788 …int GetElementAttributes(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &attribu…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h403 int GetElementAttributes(
H A Davrcp_ct_service.cpp1293 int AvrcpCtService::GetElementAttributes( in GetElementAttributes() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp455 int ret = profile_->GetElementAttributes(device, attributes);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1102 int32_t BluetoothAvrcpCtServer::GetElementAttributes(const RawAddress &device, in GetElementAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1115 result = pimpl->service_->GetElementAttributes( in GetElementAttributes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp371 int32_t result = GetElementAttributes(raw, attributes); in GetElementAttributesInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp532 int32_t BluetoothAvrcpCtProxy::GetElementAttributes(const RawAddress &device, in GetElementAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp440 std::bind(&AvrcpTgService::GetElementAttributes, this, _1, _2, _3, _4), in AvrcpTgService()
1518 void AvrcpTgService::GetElementAttributes( in GetElementAttributes() function in OHOS::bluetooth::AvrcpTgService
1524 …stub::MediaService::GetInstance()->GetElementAttributes(rawAddr.GetAddress(), identifier, attribut… in GetElementAttributes()
H A Davrcp_tg_service.h1425 void GetElementAttributes(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1392 int AvrcpController::GetElementAttributes(const BluetoothRemoteDevice &device, const std::vector<ui… in GetElementAttributes() function in OHOS::Bluetooth::AvrcpController
1409 return proxy->GetElementAttributes(rawAddr, attrs); in GetElementAttributes()