/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_notification.h | 155 uint8_t GetPlayStatus(void) const in GetPlayStatus() function in OHOS::bluetooth::AvrcCtNotifyPacket
|
H A D | avrcp_ct_vendor.h | 491 * GetPlayStatus * 495 * @brief This enumeration declares the values of the <b>GetPlayStatus</b> command. 503 * @brief This class provides a set of methods for assembling / disassembling the packet of the <b>GetPlayStatus</b> 505 * @see Audio/Video Remote Control 1.6.2 Section 6.7.1 GetPlayStatus. 591 uint8_t GetPlayStatus(void) const in GetPlayStatus() function in OHOS::bluetooth::AvrcCtGpsPacket
|
H A D | avrcp_ct_service.h | 420 int GetPlayStatus(const RawAddress &rawAddr) override; 1111 * @brief Responds the data of the <b>GetPlayStatus</b>.
|
H A D | avrcp_ct_profile.cpp | 1128 packet.GetPlayStatus(), in ReceiveGetPlayStatusRsp() 1338 myObserver_->onPlaybackStatusChanged(rawAddr, notifyPkt->GetPlayStatus(), result); in InformNotificationChanged() 1607 rawAddr, pkt->GetSongLength(), pkt->GetSongPosition(), pkt->GetPlayStatus(), RET_BAD_STATUS); in ProcessVendorAvcStatus2Timeout()
|
H A D | avrcp_ct_service.cpp | 1357 int AvrcpCtService::GetPlayStatus(const RawAddress &rawAddr) in GetPlayStatus() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 60 virtual int32_t GetPlayStatus(const RawAddress &device) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 55 virtual int32_t GetPlayStatus(const RawAddress &device) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 55 int32_t GetPlayStatus(const RawAddress &device) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 269 * @brief Responds the data of the <b>GetPlayStatus</b>. 900 virtual int GetPlayStatus(const RawAddress &rawAddr) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.h | 584 * GetPlayStatus * 588 * @brief This enumeration declares the values of the <b>GetPlayStatus</b> command. 596 * @brief This class provides a set of methods for assembling / disassembling the packet of the <b>GetPlayStatus</b> 598 * @see Audio/Video Remote Control 1.6.2 Section 6.7.1 GetPlayStatus. 694 uint8_t GetPlayStatus(void) const in GetPlayStatus() function in OHOS::bluetooth::AvrcTgGpsPacket
|
H A D | avrcp_tg_service.cpp | 441 std::bind(&AvrcpTgService::GetPlayStatus, this, _1, _2, _3), in AvrcpTgService() 1571 void AvrcpTgService::GetPlayStatus(const RawAddress &rawAddr, uint8_t label, uint8_t context) const in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 1575 int result = stub::MediaService::GetInstance()->GetPlayStatus(rawAddr.GetAddress(), label, context); in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 182 * @brief Responds the data of the <b>GetPlayStatus</b>. 667 * @brief Responds the data of the <b>GetPlayStatus</b>. 1451 void GetPlayStatus(const RawAddress &rawAddr, uint8_t label, uint8_t context) const; 1454 * @brief Responds the data of the <b>GetPlayStatus</b>.
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 244 int GetPlayStatus(const std::string &addr, uint8_t label, uint8_t context) in GetPlayStatus() function in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 805 int GetPlayStatus(const BluetoothRemoteDevice &device);
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 463 * @tc.name: GetPlayStatus 472 int ret = profile_->GetPlayStatus(device); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 380 int32_t result = GetPlayStatus(raw); in GetPlayStatusInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 559 int32_t BluetoothAvrcpCtProxy::GetPlayStatus(const RawAddress &device) in GetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 563 HILOGE("[GetPlayStatus] fail: write interface token failed."); in GetPlayStatus() 568 HILOGE("[GetPlayStatus] fail: write result failed"); in GetPlayStatus() 577 HILOGE("BluetoothAvrcpCtProxy::GetPlayStatus done fail, error: %{public}d", error); in GetPlayStatus()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1413 int AvrcpController::GetPlayStatus(const BluetoothRemoteDevice &device) in GetPlayStatus() function in OHOS::Bluetooth::AvrcpController 1426 return proxy->GetPlayStatus(rawAddr); in GetPlayStatus()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1125 int32_t BluetoothAvrcpCtServer::GetPlayStatus(const RawAddress &device) in GetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1131 result = pimpl->service_->GetPlayStatus(BluetoothRawAddress(device)); in GetPlayStatus()
|