Searched refs:OnTrackReachedEnd (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 65 virtual void OnTrackReachedEnd(const RawAddress &rawAddr, int result) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 63 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 484 virtual void OnTrackReachedEnd(const RawAddress &rawAddr, int result) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 189 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 D | avrcp_ct_service.h | 1433 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) const;
|
H A D | avrcp_ct_service.cpp | 55 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 D | bluetooth_avrcp_ct.cpp | 336 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 498 stub->OnTrackReachedEnd(RawAddress(addr), result); in OnTrackReachedEndInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 754 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 14 milliseconds