/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 48 virtual void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 45 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 252 virtual void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, uint8_t label) = 0;
|
H A D | interface_profile_avrcp_ct.h | 219 virtual void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 106 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 D | avrcp_tg_service.h | 145 void OnSetPlayerAppSettingCurrentValue(const std::string &addr, uint8_t label) override; 622 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, uint8_t label) override;
|
H A D | avrcp_tg_service.cpp | 110 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 D | media_service.h | 89 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 D | avrcp_ct_service.h | 1023 void OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, int result) const;
|
H A D | avrcp_ct_service.cpp | 39 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 D | bluetooth_avrcp_ct.cpp | 156 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 299 stub->OnSetPlayerAppSettingCurrentValue(RawAddress(addr), result); in OnSetPlayerAppSettingCurrentValueInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 336 void BluetoothAvrcpCtObserverProxy::OnSetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, in… in OnSetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|