/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 46 …virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 42 void OnGetPlayerAppSettingCurrentValue(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 240 …virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t…
|
H A D | interface_profile_avrcp_ct.h | 205 virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 100 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attr… in OnGetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 103 impl_->OnGetPlayerAppSettingCurrentValue(rawAddr, attributes, values, result); in OnGetPlayerAppSettingCurrentValue() 408 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attr… in OnGetPlayerAppSettingCurrentValue() function 416 observer->OnGetPlayerAppSettingCurrentValue(rawAddr, in OnGetPlayerAppSettingCurrentValue()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 136 …void OnGetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attribu… 612 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t> &attri…
|
H A D | avrcp_tg_service.cpp | 98 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingCurrentValue(const std::string &addr, in OnGetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 106 service->OnGetPlayerAppSettingCurrentValue(rawAddr, attributes, values, label, context); in OnGetPlayerAppSettingCurrentValue() 1317 void AvrcpTgService::OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<… in OnGetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 86 …virtual void OnGetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1000 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attr…
|
H A D | avrcp_ct_service.cpp | 38 std::bind(&AvrcpCtService::OnGetPlayerAppSettingCurrentValue, this, _1, _2, _3, _4), in AvrcpCtService() 1100 void AvrcpCtService::OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, in OnGetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService 1107 myObserver_->OnGetPlayerAppSettingCurrentValue(rawAddr, attributes, values, result); in OnGetPlayerAppSettingCurrentValue()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 144 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> attri… in OnGetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 151 … impl_->OnGetPlayerAppSettingCurrentValue(device, attributes, values, static_cast<int>(result)); in OnGetPlayerAppSettingCurrentValue() 551 void OnGetPlayerAppSettingCurrentValue( in OnGetPlayerAppSettingCurrentValue() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 289 stub->OnGetPlayerAppSettingCurrentValue(RawAddress(addr), attrbutes, values, result); in OnGetPlayerAppSettingCurrentValueInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 288 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingCurrentValue( in OnGetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|