Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h65 virtual void OnTrackReachedEnd(const RawAddress &rawAddr, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h63 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h484 virtual void OnTrackReachedEnd(const RawAddress &rawAddr, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp189 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) override
191 impl_->OnTrackReachedEnd(rawAddr, result);
628 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) in OnTrackReachedEnd() function
635 observer->OnTrackReachedEnd( in OnTrackReachedEnd()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1433 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) const;
H A Davrcp_ct_service.cpp55 std::bind(&AvrcpCtService::OnTrackReachedEnd, this, _1, _2), in AvrcpCtService()
2054 void AvrcpCtService::OnTrackReachedEnd(const RawAddress &rawAddr, int result) const in OnTrackReachedEnd() function in OHOS::bluetooth::AvrcpCtService
2059 myObserver_->OnTrackReachedEnd(rawAddr, result); in OnTrackReachedEnd()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp336 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) override
341 impl_->OnTrackReachedEnd(device, static_cast<int>(result));
771 void OnTrackReachedEnd(const BluetoothRemoteDevice &device, int result) in OnTrackReachedEnd() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp498 stub->OnTrackReachedEnd(RawAddress(addr), result); in OnTrackReachedEndInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp754 void BluetoothAvrcpCtObserverProxy::OnTrackReachedEnd(const RawAddress &rawAddr, int result) in OnTrackReachedEnd() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
758 HILOGE("[OnTrackReachedEnd] fail: write interface token failed."); in OnTrackReachedEnd()
763 HILOGE("[OnTrackReachedEnd] fail: write result failed"); in OnTrackReachedEnd()
768 HILOGE("[OnTrackReachedEnd] fail: write result failed"); in OnTrackReachedEnd()
777 HILOGE("BluetoothAvrcpCtObserverProxy::OnTrackReachedEnd done fail, error: %{public}d", error); in OnTrackReachedEnd()

Completed in 21 milliseconds