Home
last modified time | relevance | path

Searched refs:OnGetElementAttributes (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h53 virtual void OnGetElementAttributes(const RawAddress &rawAddr,
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h50 void OnGetElementAttributes(const RawAddress &rawAddr,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h295 virtual void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues,
H A Dinterface_profile_avrcp_ct.h265 virtual void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h178 void OnGetElementAttributes(const std::string &addr, const std::vector<uint32_t> &attribtues,
659 void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues,
H A Davrcp_tg_service.cpp145 void AvrcpTgService::ObserverImpl::OnGetElementAttributes(const std::string &addr, in OnGetElementAttributes() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
153 service->OnGetElementAttributes(rawAddr, attribtues, values, label); in OnGetElementAttributes()
1531 void AvrcpTgService::OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, in OnGetElementAttributes() function in OHOS::bluetooth::AvrcpTgService
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp123 void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
126 impl_->OnGetElementAttributes(rawAddr, attributes, valueName, result);
463 void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetElementAttributes() function
471 observer->OnGetElementAttributes(rawAddr, in OnGetElementAttributes()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h97 virtual void OnGetElementAttributes(const std::string &addr, const std::vector<uint32_t> &attribtues,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1096 void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
H A Davrcp_ct_service.cpp42 std::bind(&AvrcpCtService::OnGetElementAttributes, this, _1, _2, _3, _4), in AvrcpCtService()
1341 void AvrcpCtService::OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetElementAttributes() function in OHOS::bluetooth::AvrcpCtService
1347 myObserver_->OnGetElementAttributes(rawAddr, attributes, values, result); in OnGetElementAttributes()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp188 void OnGetElementAttributes(const RawAddress &rawAddr,
195 impl_->OnGetElementAttributes(device, attribtues, valueName, static_cast<int>(result));
602 void OnGetElementAttributes(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &attributes, in OnGetElementAttributes() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp386 stub->OnGetElementAttributes(RawAddress(addr), attribtues, valueNames, result); in OnGetElementAttributesInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp450 void BluetoothAvrcpCtObserverProxy::OnGetElementAttributes(const RawAddress &rawAddr, in OnGetElementAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
455 HILOGE("[OnGetElementAttributes] fail: write interface token failed."); in OnGetElementAttributes()
460 HILOGE("[OnGetElementAttributes] fail: write result failed"); in OnGetElementAttributes()
465 HILOGE("[OnGetElementAttributes] fail: write result failed"); in OnGetElementAttributes()
470 HILOGE("[OnGetElementAttributes] fail: write result failed"); in OnGetElementAttributes()
475 HILOGE("[OnGetElementAttributes] fail: write result failed"); in OnGetElementAttributes()
484 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetElementAttributes done fail, error: %{public}d", error); in OnGetElementAttributes()

Completed in 23 milliseconds