/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 53 virtual void OnGetElementAttributes(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 50 void OnGetElementAttributes(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 295 virtual void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues,
|
H A D | interface_profile_avrcp_ct.h | 265 virtual void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 178 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 D | avrcp_tg_service.cpp | 145 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 D | bluetooth_avrcp_ct_server.cpp | 123 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 D | media_service.h | 97 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 D | avrcp_ct_service.h | 1096 void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
H A D | avrcp_ct_service.cpp | 42 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 D | bluetooth_avrcp_ct.cpp | 188 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 386 stub->OnGetElementAttributes(RawAddress(addr), attribtues, valueNames, result); in OnGetElementAttributesInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 450 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()
|