/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 55 virtual void OnGetPlayStatus(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 52 void OnGetPlayStatus(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 315 virtual void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition,
|
H A D | interface_profile_avrcp_ct.h | 282 virtual void OnGetPlayStatus(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 191 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 D | avrcp_tg_service.cpp | 157 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 D | bluetooth_avrcp_ct_server.cpp | 129 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 D | media_service.h | 100 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 D | avrcp_ct_service.h | 1122 void OnGetPlayStatus(
|
H A D | avrcp_ct_service.cpp | 43 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 D | bluetooth_avrcp_ct.cpp | 200 void OnGetPlayStatus(const RawAddress &rawAddr, 207 impl_->OnGetPlayStatus(device, 616 void OnGetPlayStatus( in OnGetPlayStatus() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 400 stub->OnGetPlayStatus(RawAddress(addr), songLength, songPosition, playStatus, result); in OnGetPlayStatusInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 489 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()
|