Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h62 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h57 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h57 int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h354 * @brief Responds the data of the <b>GetFolderItems</b>.
377 * @brief Responds the data of the <b>GetFolderItems</b>.
981 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command.
1012 virtual int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h268 int GetFolderItems(const std::string &addr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetFolderItems() function in stub::MediaService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h880 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command.
910 int GetFolderItems(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h493 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command.
520 int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
1231 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command.
1273 * @brief Responds the data of the <b>GetFolderItems</b>.
H A Davrcp_ct_service.cpp1682 int AvrcpCtService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetFolderItems() function in OHOS::bluetooth::AvrcpCtService
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp565 * @tc.name: GetFolderItems
576 int ret = profile_->GetFolderItems(device, 0, 1, attributes); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1158 int32_t BluetoothAvrcpCtServer::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, in GetFolderItems() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1170 result = pimpl->service_->GetFolderItems(BluetoothRawAddress(device), in GetFolderItems()
1304 result = pimpl->service_->GetFolderItems(BluetoothRawAddress(device), in GetMeidaPlayerList()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp411 int32_t result = GetFolderItems(raw, startItem, endItem, attributes); in GetFolderItemsInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp445 std::bind(&AvrcpTgService::GetFolderItems, this, _1, _2, _3, _4, _5, _6), in AvrcpTgService()
1808 void AvrcpTgService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
1813 int result = stub::MediaService::GetInstance()->GetFolderItems( in GetPlayStatus()
H A Davrcp_tg_service.h252 * @brief Responds the data of the <b>GetFolderItems</b>.
270 * @brief Responds the data of the <b>GetFolderItems</b>.
747 * @brief Responds the data of the <b>GetFolderItems</b>.
766 * @brief Responds the data of the <b>GetFolderItems</b>.
1539 * @param[in] folderUid The UID of the folder to navigate to. This may be retrieved via a GetFolderItems command.
1582 void GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
1586 * @brief Responds the data of the <b>GetFolderItems</b>.
1605 * @brief Responds the data of the <b>GetFolderItems</b>.
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp623 int32_t BluetoothAvrcpCtProxy::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, in GetFolderItems() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
628 HILOGE("[GetFolderItems] fail: write interface token failed."); in GetFolderItems()
633 HILOGE("[GetFolderItems] fail: write result failed"); in GetFolderItems()
638 HILOGE("[GetFolderItems] fail: write result failed"); in GetFolderItems()
643 HILOGE("[GetFolderItems] fail: write result failed"); in GetFolderItems()
648 HILOGE("[GetFolderItems] fail: write result failed"); in GetFolderItems()
657 HILOGE("BluetoothAvrcpCtProxy::GetFolderItems done fail, error: %{public}d", error); in GetFolderItems()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1451 int AvrcpController::GetFolderItems( in GetFolderItems() function in OHOS::Bluetooth::AvrcpController
1485 result = proxy->GetFolderItems( in GetFolderItems()

Completed in 24 milliseconds