Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h66 virtual void OnTrackReachedStart(const RawAddress &rawAddr, int result) = 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;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h493 virtual void OnTrackReachedStart(const RawAddress &rawAddr, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp194 void OnTrackReachedStart(const RawAddress &rawAddr, int result) override
196 impl_->OnTrackReachedStart(rawAddr, result);
640 void OnTrackReachedStart(const RawAddress &rawAddr, int result) in OnTrackReachedStart() function
647 observer->OnTrackReachedStart( in OnTrackReachedStart()
/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()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp346 void OnTrackReachedStart(const RawAddress &rawAddr, int result) override
351 impl_->OnTrackReachedStart(device, static_cast<int>(result));
782 void OnTrackReachedStart(const BluetoothRemoteDevice &device, int result) in OnTrackReachedStart() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp508 stub->OnTrackReachedStart(RawAddress(addr), result); in OnTrackReachedStartInner()
/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
786 HILOGE("[OnTrackReachedStart] fail: write interface token failed."); in OnTrackReachedStart()
791 HILOGE("[OnTrackReachedStart] fail: write result failed"); in OnTrackReachedStart()
796 HILOGE("[OnTrackReachedStart] fail: write result failed"); in OnTrackReachedStart()
805 HILOGE("BluetoothAvrcpCtObserverProxy::OnTrackReachedStart done fail, error: %{public}d", error); in OnTrackReachedStart()

Completed in 15 milliseconds