Home
last modified time | relevance | path

Searched refs:OnTrackReachedStart (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h66 virtual void OnTrackReachedStart(const RawAddress &rawAddr, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h64 void OnTrackReachedStart(const RawAddress &rawAddr, int result) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp194 void OnTrackReachedStart(const RawAddress &rawAddr, int result) override in OnTrackReachedStart() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
196 impl_->OnTrackReachedStart(rawAddr, result); in OnTrackReachedStart()
640 void OnTrackReachedStart(const RawAddress &rawAddr, int result) in OnTrackReachedStart() function
647 observer->OnTrackReachedStart( in OnTrackReachedStart()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h493 virtual void OnTrackReachedStart(const RawAddress &rawAddr, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1443 void OnTrackReachedStart(const RawAddress &rawAddr, int result) const;
H A Davrcp_ct_service.cpp56 std::bind(&AvrcpCtService::OnTrackReachedStart, this, _1, _2), in AvrcpCtService()
2065 void AvrcpCtService::OnTrackReachedStart(const RawAddress &rawAddr, int result) const in OnTrackReachedStart() function in OHOS::bluetooth::AvrcpCtService
2070 myObserver_->OnTrackReachedStart(rawAddr, result); in OnTrackReachedStart()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp349 void OnTrackReachedStart(const RawAddress &rawAddr, int result) override in OnTrackReachedStart() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
354 impl_->OnTrackReachedStart(device, static_cast<int>(result)); in OnTrackReachedStart()
785 void OnTrackReachedStart(const BluetoothRemoteDevice &device, int result) in OnTrackReachedStart() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp511 stub->OnTrackReachedStart(RawAddress(addr), result); in OnTrackReachedStartInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp782 void BluetoothAvrcpCtObserverProxy::OnTrackReachedStart(const RawAddress &rawAddr, int result) in OnTrackReachedStart() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy