/ohos5.0/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;
|
/ohos5.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;
|
/ohos5.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 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 D | interface_profile_avrcp_ct.h | 493 virtual void OnTrackReachedStart(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 | 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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 349 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 511 stub->OnTrackReachedStart(RawAddress(addr), result); in OnTrackReachedStartInner()
|
/ohos5.0/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
|