Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h60 virtual void OnGetItemAttributes(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h57 void OnGetItemAttributes(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h437 …virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribute…
H A Dinterface_profile_avrcp_ct.h419 …virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribute…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp162 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 Davrcp_tg_service.h302 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 Davrcp_tg_service.cpp245 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 Dmedia_service.h115 … 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 Davrcp_ct_service.h1326 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
H A Davrcp_ct_service.cpp48 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 Dbluetooth_avrcp_ct.cpp278 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 Dbluetooth_avrcp_ct_observer_stub.cpp458 stub->OnGetItemAttributes(RawAddress(addr), attribtues, valueNames, result, detail); in OnGetItemAttributesInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp611 void BluetoothAvrcpCtObserverProxy::OnGetItemAttributes(const RawAddress &rawAddr, in OnGetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy