Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h46 …virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h42 void OnGetPlayerAppSettingCurrentValue(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h240 …virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t…
H A Dinterface_profile_avrcp_ct.h205 virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp100 …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 Davrcp_tg_service.h136 …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 Davrcp_tg_service.cpp98 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 Dmedia_service.h86 …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 Davrcp_ct_service.h1000 …void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attr…
H A Davrcp_ct_service.cpp38 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 Dbluetooth_avrcp_ct.cpp144 …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 Dbluetooth_avrcp_ct_observer_stub.cpp289 stub->OnGetPlayerAppSettingCurrentValue(RawAddress(addr), attrbutes, values, result); in OnGetPlayerAppSettingCurrentValueInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp288 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingCurrentValue( in OnGetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy