Home
last modified time | relevance | path

Searched refs:OnNowPlayingContentChanged (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h70 virtual void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h68 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp210 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 Dinterface_profile_avrcp_ct.h524 virtual void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1477 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) const;
H A Davrcp_ct_service.cpp59 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 Dbluetooth_avrcp_ct.cpp381 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 Dbluetooth_avrcp_ct_observer_stub.cpp562 stub->OnNowPlayingContentChanged(RawAddress(addr), result); in OnNowPlayingContentChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp890 void BluetoothAvrcpCtObserverProxy::OnNowPlayingContentChanged(const RawAddress &rawAddr, int resul… in OnNowPlayingContentChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy