Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h53 virtual void OnGetElementAttributes(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h50 void OnGetElementAttributes(const RawAddress &rawAddr,
/ohos5.0/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> &attrib…
H A Dinterface_profile_avrcp_ct.h265 …virtual void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attrib…
/ohos5.0/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, 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 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> … in OnGetElementAttributes() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/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> &attribtu…
/ohos5.0/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> … 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 Dbluetooth_avrcp_ct.cpp191 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 Dbluetooth_avrcp_ct_observer_stub.cpp389 stub->OnGetElementAttributes(RawAddress(addr), attribtues, valueNames, result); in OnGetElementAttributesInner()
/ohos5.0/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