/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 40 … virtual void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 36 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 82 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, in OnGetCapabilities() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 85 impl_->OnGetCapabilities(rawAddr, companies, events, result); in OnGetCapabilities() 367 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, in OnGetCapabilities() function 375 observer->OnGetCapabilities(rawAddr, in OnGetCapabilities()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 158 … virtual void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 928 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies,
|
H A D | avrcp_ct_service.cpp | 35 std::bind(&AvrcpCtService::OnGetCapabilities, this, _1, _2, _3, _4), in AvrcpCtService() 921 void AvrcpCtService::OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &comp… in OnGetCapabilities() function in OHOS::bluetooth::AvrcpCtService 928 myObserver_->OnGetCapabilities(rawAddr, companies, events, result); in OnGetCapabilities()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 107 void OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, in OnGetCapabilities() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 113 impl_->OnGetCapabilities(device, companies, events, result); in OnGetCapabilities() 504 …void OnGetCapabilities(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &companies, in OnGetCapabilities() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 218 stub->OnGetCapabilities(RawAddress(addr), companies, events, result); in OnGetCapabilitiesInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 166 void BluetoothAvrcpCtObserverProxy::OnGetCapabilities(const RawAddress &rawAddr, const std::vector<… in OnGetCapabilities() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|