/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 64 virtual void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 62 void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 475 virtual void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 184 void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) override 186 impl_->OnTrackChanged(rawAddr, uid, result); 614 void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) in OnTrackChanged() function 622 observer->OnTrackChanged(rawAddr, in OnTrackChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1423 void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) const;
|
H A D | avrcp_ct_service.cpp | 54 std::bind(&AvrcpCtService::OnTrackChanged, this, _1, _2, _3), in AvrcpCtService() 2043 void AvrcpCtService::OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) const in OnTrackChanged() function in OHOS::bluetooth::AvrcpCtService 2048 myObserver_->OnTrackChanged(rawAddr, uid, result); in OnTrackChanged()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 326 void OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) override 331 impl_->OnTrackChanged(device, static_cast<uint64_t>(uid), static_cast<int>(result)); 759 void OnTrackChanged(const BluetoothRemoteDevice &device, uint64_t uid, int result) in OnTrackChanged() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 488 stub->OnTrackChanged(RawAddress(addr), uid, result); in OnTrackChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 721 void BluetoothAvrcpCtObserverProxy::OnTrackChanged(const RawAddress &rawAddr, uint64_t uid, int result) in OnTrackChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy 725 HILOGE("[OnTrackChanged] fail: write interface token failed."); in OnTrackChanged() 730 HILOGE("[OnTrackChanged] fail: write result failed"); in OnTrackChanged() 735 HILOGE("[OnTrackChanged] fail: write result failed"); in OnTrackChanged() 740 HILOGE("[OnTrackChanged] fail: write result failed"); in OnTrackChanged() 749 HILOGE("BluetoothAvrcpCtObserverProxy::OnTrackChanged done fail, error: %{public}d", error); in OnTrackChanged()
|