/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 61 virtual int32_t PlayItem(const RawAddress &device, int32_t scope, int64_t uid, int32_t uidCounter) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 56 virtual int32_t PlayItem(const RawAddress &device, int32_t scope, int64_t uid, int32_t uidCounter) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 56 int32_t PlayItem(const RawAddress &device, int32_t scope, int64_t uid, int32_t uidCounter) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 309 * @brief Responds the data of the <b>PlayItem</b>. 917 virtual int PlayItem(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 249 int PlayItem(const std::string &addr, uint8_t scope, uint64_t uid, uint16_t uidCounter, uint8_t label) in PlayItem() function in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 821 int PlayItem(const BluetoothRemoteDevice &device, uint64_t uid, uint16_t uidCounter);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 435 int PlayItem(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter) override; 1141 * @brief Responds the data of the <b>PlayItem</b>.
|
H A D | avrcp_ct_service.cpp | 1413 int AvrcpCtService::PlayItem(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter) in PlayItem() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 480 * @tc.name: PlayItem 489 int ret = profile_->PlayItem(device, 0, 0); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 389 int32_t result = PlayItem(raw, data.ReadInt32(), data.ReadInt64(), data.ReadInt32()); in PlayItemInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 448 std::bind(&AvrcpTgService::PlayItem, this, _1, _2, _3, _4, _5), in AvrcpTgService() 1664 void AvrcpTgService::PlayItem( in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 1669 int result = stub::MediaService::GetInstance()->PlayItem(rawAddr.GetAddress(), scope, uid, uidCounter, label); in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 195 * @brief Responds the data of the <b>PlayItem</b>. 683 * @brief Sends the response of the <b>PlayItem</b>. 1467 * @brief Informs that receive the command of the <b>PlayItem</b>. 1475 void PlayItem(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, uint8_t label) const; 1478 * @brief Sends the response of the <b>PlayItem</b>.
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 583 int32_t BluetoothAvrcpCtProxy::PlayItem(const RawAddress &device, int32_t scope, int64_t uid, in PlayItem() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 588 HILOGE("[PlayItem] fail: write interface token failed."); in PlayItem() 593 HILOGE("[PlayItem] fail: write result failed"); in PlayItem() 598 HILOGE("[PlayItem] fail: write result failed"); in PlayItem() 603 HILOGE("[PlayItem] fail: write result failed"); in PlayItem() 608 HILOGE("[PlayItem] fail: write result failed"); in PlayItem() 617 HILOGE("BluetoothAvrcpCtProxy::PlayItem done fail, error: %{public}d", error); in PlayItem()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1429 int AvrcpController::PlayItem(const BluetoothRemoteDevice &device, uint64_t uid, uint16_t uidCounter) in PlayItem() function in OHOS::Bluetooth::AvrcpController 1441 return proxy->PlayItem(rawAddr, in PlayItem()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1140 int32_t BluetoothAvrcpCtServer::PlayItem(const RawAddress &device, int32_t scope, int64_t uid, int32_t uidCounter) in PlayItem() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1147 result = pimpl->service_->PlayItem( in PlayItem()
|