/ohos5.0/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;
|
/ohos5.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;
|
/ohos5.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 in OnTrackReachedEnd() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 191 impl_->OnTrackReachedEnd(rawAddr, result); in OnTrackReachedEnd() 628 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) in OnTrackReachedEnd() function 635 observer->OnTrackReachedEnd( in OnTrackReachedEnd()
|
/ohos5.0/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;
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 339 void OnTrackReachedEnd(const RawAddress &rawAddr, int result) override in OnTrackReachedEnd() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 344 impl_->OnTrackReachedEnd(device, static_cast<int>(result)); in OnTrackReachedEnd() 774 void OnTrackReachedEnd(const BluetoothRemoteDevice &device, int result) in OnTrackReachedEnd() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 501 stub->OnTrackReachedEnd(RawAddress(addr), result); in OnTrackReachedEndInner()
|
/ohos5.0/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
|