Home
last modified time | relevance | path

Searched refs:OnGetPlayStatus (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h55 virtual void OnGetPlayStatus(const RawAddress &rawAddr,
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h52 void OnGetPlayStatus(const RawAddress &rawAddr,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h315 virtual void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition,
H A Dinterface_profile_avrcp_ct.h282 virtual void OnGetPlayStatus(
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h191 void OnGetPlayStatus(const std::string &addr, uint32_t songLength, uint32_t songPosition, uint8_t playStatus,
679 void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, uint8_t playStatus,
H A Davrcp_tg_service.cpp157 void AvrcpTgService::ObserverImpl::OnGetPlayStatus(const std::string &addr, uint32_t songLength, uint32_t songPosition, in OnGetPlayStatus() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
165 service->OnGetPlayStatus(rawAddr, songLength, songPosition, playStatus, label, context); in OnGetPlayStatus()
1613 void AvrcpTgService::OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp129 void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, uint8_t playStatus,
132 impl_->OnGetPlayStatus(rawAddr, songLength, songPosition, playStatus, result);
478 void OnGetPlayStatus( in OnGetPlayStatus() function
488 observer->OnGetPlayStatus(rawAddr, in OnGetPlayStatus()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h100 virtual void OnGetPlayStatus(const std::string &addr, uint32_t songLength, uint32_t songPosition,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1122 void OnGetPlayStatus(
H A Davrcp_ct_service.cpp43 std::bind(&AvrcpCtService::OnGetPlayStatus, this, _1, _2, _3, _4, _5), in AvrcpCtService()
1400 void AvrcpCtService::OnGetPlayStatus( in OnGetPlayStatus() function in OHOS::bluetooth::AvrcpCtService
1407 myObserver_->OnGetPlayStatus(rawAddr, songLength, songPosition, playStatus, result); in OnGetPlayStatus()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp200 void OnGetPlayStatus(const RawAddress &rawAddr,
207 impl_->OnGetPlayStatus(device,
616 void OnGetPlayStatus( in OnGetPlayStatus() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp400 stub->OnGetPlayStatus(RawAddress(addr), songLength, songPosition, playStatus, result); in OnGetPlayStatusInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp489 void BluetoothAvrcpCtObserverProxy::OnGetPlayStatus(const RawAddress &rawAddr, in OnGetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
494 HILOGE("[OnGetPlayStatus] fail: write interface token failed."); in OnGetPlayStatus()
499 HILOGE("[OnGetPlayStatus] fail: write result failed"); in OnGetPlayStatus()
504 HILOGE("[OnGetPlayStatus] fail: write result failed"); in OnGetPlayStatus()
509 HILOGE("[OnGetPlayStatus] fail: write result failed"); in OnGetPlayStatus()
514 HILOGE("[OnGetPlayStatus] fail: write result failed"); in OnGetPlayStatus()
520 HILOGE("[OnGetPlayStatus] fail: write result failed"); in OnGetPlayStatus()
529 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetPlayStatus done fail, error: %{public}d", error); in OnGetPlayStatus()

Completed in 21 milliseconds