Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h58 virtual int32_t GetElementAttributes(const RawAddress &device,
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h53 virtual int32_t GetElementAttributes(const RawAddress &device,
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h53 int32_t GetElementAttributes(const RawAddress &device,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h881 virtual int GetElementAttributes(
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h234 int GetElementAttributes( in GetElementAttributes() function in stub::MediaService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h389 // The unique pointer to the <b>AvrcpCtResponse::GetElementAttributes</b> class.
788 int GetElementAttributes(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &attributes);
/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
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp444 * @tc.name: GetElementAttributes
455 int ret = profile_->GetElementAttributes(device, attributes); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp371 int32_t result = GetElementAttributes(raw, attributes); in GetElementAttributesInner()
/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, attributes, label); in GetElementAttributes()
H A Davrcp_tg_service.h170 * @brief Responds the data of the <b>GetElementAttributes</b>.
651 * @brief Responds the data of the <b>GetElementAttributes</b>.
1425 void GetElementAttributes(
1429 * @brief Responds the data of the <b>GetElementAttributes</b>.
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp529 int32_t BluetoothAvrcpCtProxy::GetElementAttributes(const RawAddress &device, in GetElementAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
534 HILOGE("[GetElementAttributes] fail: write interface token failed."); in GetElementAttributes()
539 HILOGE("[GetElementAttributes] fail: write result failed"); in GetElementAttributes()
544 HILOGE("[GetElementAttributes] fail: write result failed"); in GetElementAttributes()
553 HILOGE("BluetoothAvrcpCtProxy::GetElementAttributes done fail, error: %{public}d", error); in GetElementAttributes()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1389 int AvrcpController::GetElementAttributes(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &attributes) in GetElementAttributes() function in OHOS::Bluetooth::AvrcpController
1406 return proxy->GetElementAttributes(rawAddr, attrs); in GetElementAttributes()
/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()

Completed in 24 milliseconds