Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h48 virtual void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h45 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h252 virtual void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, uint8_t label) = 0;
H A Dinterface_profile_avrcp_ct.h219 virtual void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp106 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override in OnSetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
108 impl_->OnSetPlayerAppSettingCurrentValue(rawAddr, result); in OnSetPlayerAppSettingCurrentValue()
423 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) in OnSetPlayerAppSettingCurrentValue() function
430 observer->OnSetPlayerAppSettingCurrentValue( in OnSetPlayerAppSettingCurrentValue()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h145 void OnSetPlayerAppSettingCurrentValue(const std::string &addr, uint8_t label) override;
622 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, uint8_t label) override;
H A Davrcp_tg_service.cpp110 void AvrcpTgService::ObserverImpl::OnSetPlayerAppSettingCurrentValue(const std::string &addr, uint8… in OnSetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
117 service->OnSetPlayerAppSettingCurrentValue(rawAddr, label); in OnSetPlayerAppSettingCurrentValue()
1377 void AvrcpTgService::OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, uint8_t label) in OnSetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h89 virtual void OnSetPlayerAppSettingCurrentValue(const std::string &addr, uint8_t label) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1023 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) const;
H A Davrcp_ct_service.cpp39 std::bind(&AvrcpCtService::OnSetPlayerAppSettingCurrentValue, this, _1, _2), in AvrcpCtService()
1161 void AvrcpCtService::OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) const in OnSetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService
1166 myObserver_->OnSetPlayerAppSettingCurrentValue(rawAddr, result); in OnSetPlayerAppSettingCurrentValue()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp156 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override in OnSetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
162 impl_->OnSetPlayerAppSettingCurrentValue(device, static_cast<int>(result)); in OnSetPlayerAppSettingCurrentValue()
565 void OnSetPlayerAppSettingCurrentValue(const BluetoothRemoteDevice &device, int result) in OnSetPlayerAppSettingCurrentValue() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp299 stub->OnSetPlayerAppSettingCurrentValue(RawAddress(addr), result); in OnSetPlayerAppSettingCurrentValueInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp336 void BluetoothAvrcpCtObserverProxy::OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, in… in OnSetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy