/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 70 virtual void OnNowPlayingContentChanged(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 | 68 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 210 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) override in OnNowPlayingContentChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 212 impl_->OnNowPlayingContentChanged(rawAddr, result); in OnNowPlayingContentChanged() 681 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) in OnNowPlayingContentChanged() function 688 observer->OnNowPlayingContentChanged( in OnNowPlayingContentChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 524 virtual void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1477 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) const;
|
H A D | avrcp_ct_service.cpp | 59 std::bind(&AvrcpCtService::OnNowPlayingContentChanged, this, _1, _2), in AvrcpCtService() 2101 void AvrcpCtService::OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) const in OnNowPlayingContentChanged() function in OHOS::bluetooth::AvrcpCtService 2106 myObserver_->OnNowPlayingContentChanged(rawAddr, result); in OnNowPlayingContentChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 381 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) override in OnNowPlayingContentChanged() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 386 impl_->OnNowPlayingContentChanged(device, static_cast<int>(result)); in OnNowPlayingContentChanged() 822 void OnNowPlayingContentChanged(const BluetoothRemoteDevice &device, int result) in OnNowPlayingContentChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 562 stub->OnNowPlayingContentChanged(RawAddress(addr), result); in OnNowPlayingContentChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 890 void BluetoothAvrcpCtObserverProxy::OnNowPlayingContentChanged(const RawAddress &rawAddr, int resul… in OnNowPlayingContentChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|