Searched refs:OnTrackReachedStart (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 66 virtual void OnTrackReachedStart(const RawAddress &rawAddr, int result) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 64 void OnTrackReachedStart(const RawAddress &rawAddr, int result) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 493 virtual void OnTrackReachedStart(const RawAddress &rawAddr, int result) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 194 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 D | avrcp_ct_service.h | 1443 void OnTrackReachedStart(const RawAddress &rawAddr, int result) const;
|
H A D | avrcp_ct_service.cpp | 56 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 D | bluetooth_avrcp_ct.cpp | 346 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 508 stub->OnTrackReachedStart(RawAddress(addr), result); in OnTrackReachedStartInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 782 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