/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 55 virtual void OnGetPlayStatus(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 52 void OnGetPlayStatus(const RawAddress &rawAddr,
|
/ohos5.0/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(
|
/ohos5.0/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_… in OnGetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 132 impl_->OnGetPlayStatus(rawAddr, songLength, songPosition, playStatus, result); in OnGetPlayStatus() 478 void OnGetPlayStatus( in OnGetPlayStatus() function 488 observer->OnGetPlayStatus(rawAddr, in OnGetPlayStatus()
|
/ohos5.0/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 … 679 …void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, uint8_…
|
H A D | avrcp_tg_service.cpp | 157 void AvrcpTgService::ObserverImpl::OnGetPlayStatus(const std::string &addr, uint32_t songLength, ui… 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 songP… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|
/ohos5.0/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,
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 203 void OnGetPlayStatus(const RawAddress &rawAddr, in OnGetPlayStatus() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 210 impl_->OnGetPlayStatus(device, in OnGetPlayStatus() 619 void OnGetPlayStatus( in OnGetPlayStatus() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 403 stub->OnGetPlayStatus(RawAddress(addr), songLength, songPosition, playStatus, result); in OnGetPlayStatusInner()
|
/ohos5.0/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
|