Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h70 virtual void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) = 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;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h524 virtual void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp210 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) override
212 impl_->OnNowPlayingContentChanged(rawAddr, result);
681 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) in OnNowPlayingContentChanged() function
688 observer->OnNowPlayingContentChanged( in OnNowPlayingContentChanged()
/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()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp378 void OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) override
383 impl_->OnNowPlayingContentChanged(device, static_cast<int>(result));
819 void OnNowPlayingContentChanged(const BluetoothRemoteDevice &device, int result) in OnNowPlayingContentChanged() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp559 stub->OnNowPlayingContentChanged(RawAddress(addr), result); in OnNowPlayingContentChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp890 void BluetoothAvrcpCtObserverProxy::OnNowPlayingContentChanged(const RawAddress &rawAddr, int result) in OnNowPlayingContentChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
894 HILOGE("[OnNowPlayingContentChanged] fail: write interface token failed."); in OnNowPlayingContentChanged()
899 HILOGE("[OnNowPlayingContentChanged] fail: write result failed"); in OnNowPlayingContentChanged()
904 HILOGE("[OnNowPlayingContentChanged] fail: write result failed"); in OnNowPlayingContentChanged()
913 HILOGE("BluetoothAvrcpCtObserverProxy::OnNowPlayingContentChanged done fail, error: %{public}d", error); in OnNowPlayingContentChanged()

Completed in 15 milliseconds