Searched refs:OnNowPlayingContentChanged (Results 1 - 9 of 9) sorted by relevance
/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;
|
/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;
|
/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;
|
/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 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 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()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 378 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 559 stub->OnNowPlayingContentChanged(RawAddress(addr), result); in OnNowPlayingContentChangedInner()
|
/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 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