Home
last modified time | relevance | path

Searched refs:PlayItem (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h61 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 Dbluetooth_avrcp_ct_server.h56 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 Dbluetooth_avrcp_ct_proxy.h56 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 Dinterface_profile_avrcp_ct.h309 * @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 Dmedia_service.h249 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 Dbluetooth_avrcp_ct.h821 int PlayItem(const BluetoothRemoteDevice &device, uint64_t uid, uint16_t uidCounter);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h435 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 Davrcp_ct_service.cpp1413 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 Davrcp_ct_test.cpp480 * @tc.name: PlayItem
489 int ret = profile_->PlayItem(device, 0, 0); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp389 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 Davrcp_tg_service.cpp448 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 Davrcp_tg_service.h195 * @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 Dbluetooth_avrcp_ct_proxy.cpp583 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 Dbluetooth_avrcp_ct.cpp1429 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 Dbluetooth_avrcp_ct_server.cpp1140 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()

Completed in 23 milliseconds