/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 53 virtual void OnGetElementAttributes(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 50 void OnGetElementAttributes(const RawAddress &rawAddr,
|
/ohos5.0/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> &attrib…
|
H A D | interface_profile_avrcp_ct.h | 265 …virtual void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attrib…
|
/ohos5.0/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, in OnGetElementAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 126 impl_->OnGetElementAttributes(rawAddr, attributes, valueName, result); in OnGetElementAttributes() 463 void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetElementAttributes() function 471 observer->OnGetElementAttributes(rawAddr, in OnGetElementAttributes()
|
/ohos5.0/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> … in OnGetElementAttributes() function in OHOS::bluetooth::AvrcpTgService
|
/ohos5.0/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> &attribtu…
|
/ohos5.0/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> … in OnGetElementAttributes() function in OHOS::bluetooth::AvrcpCtService 1347 myObserver_->OnGetElementAttributes(rawAddr, attributes, values, result); in OnGetElementAttributes()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 191 void OnGetElementAttributes(const RawAddress &rawAddr, in OnGetElementAttributes() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 198 impl_->OnGetElementAttributes(device, attribtues, valueName, static_cast<int>(result)); in OnGetElementAttributes() 605 …void OnGetElementAttributes(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &attr… in OnGetElementAttributes() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 389 stub->OnGetElementAttributes(RawAddress(addr), attribtues, valueNames, result); in OnGetElementAttributesInner()
|
/ohos5.0/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
|