/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 60 virtual void OnGetItemAttributes(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 57 void OnGetItemAttributes(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 437 …virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribute…
|
H A D | interface_profile_avrcp_ct.h | 419 …virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribute…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 162 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 165 impl_->OnGetItemAttributes(rawAddr, attributes, values, result, detail); in OnGetItemAttributes() 552 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetItemAttributes() function 561 observer->OnGetItemAttributes(rawAddr, in OnGetItemAttributes()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 302 void OnGetItemAttributes(const std::string &addr, const std::vector<uint32_t> &attributes, 800 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
H A D | avrcp_tg_service.cpp | 245 void AvrcpTgService::ObserverImpl::OnGetItemAttributes(const std::string &addr, const std::vector<u… in OnGetItemAttributes() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 252 service->OnGetItemAttributes(rawAddr, attributes, values, label, status); in OnGetItemAttributes() 1916 void AvrcpTgService::OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &at… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 115 … virtual void OnGetItemAttributes(const std::string &addr, const std::vector<uint32_t> &attributes,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1326 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
H A D | avrcp_ct_service.cpp | 48 std::bind(&AvrcpCtService::OnGetItemAttributes, this, _1, _2, _3, _4, _5), in AvrcpCtService() 1801 void AvrcpCtService::OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &at… in OnGetItemAttributes() function in OHOS::bluetooth::AvrcpCtService 1807 myObserver_->OnGetItemAttributes(rawAddr, attributes, values, result, detail); in OnGetItemAttributes()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 278 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, in OnGetItemAttributes() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 286 …impl_->OnGetItemAttributes(device, attribtues, values, static_cast<int>(result), static_cast<int>(… in OnGetItemAttributes() 701 …void OnGetItemAttributes(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &attribu… in OnGetItemAttributes() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 458 stub->OnGetItemAttributes(RawAddress(addr), attribtues, valueNames, result, detail); in OnGetItemAttributesInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 611 void BluetoothAvrcpCtObserverProxy::OnGetItemAttributes(const RawAddress &rawAddr, in OnGetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|