/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 62 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 57 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 57 int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 354 * @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 D | media_service.h | 268 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 D | bluetooth_avrcp_ct.h | 880 * @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 D | avrcp_ct_service.h | 493 * @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 D | avrcp_ct_service.cpp | 1682 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 D | avrcp_ct_test.cpp | 565 * @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 D | bluetooth_avrcp_ct_server.cpp | 1158 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 D | bluetooth_avrcp_ct_stub.cpp | 411 int32_t result = GetFolderItems(raw, startItem, endItem, attributes); in GetFolderItemsInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 445 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 D | avrcp_tg_service.h | 252 * @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 D | bluetooth_avrcp_ct_proxy.cpp | 623 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 D | bluetooth_avrcp_ct.cpp | 1451 int AvrcpController::GetFolderItems( in GetFolderItems() function in OHOS::Bluetooth::AvrcpController 1485 result = proxy->GetFolderItems( in GetFolderItems()
|