Home
last modified time | relevance | path

Searched refs:DownloadFiles (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dbackground_cloud_file_processor.h41 } DownloadFiles; typedef in OHOS::Media::BackgroundCloudFileProcessor
60 DownloadCloudFilesData(DownloadFiles downloadFiles) : downloadFiles_(downloadFiles){}; in DownloadCloudFilesData()
63 DownloadFiles downloadFiles_;
77 static void ParseDownloadFiles(std::shared_ptr<NativeRdb::ResultSet> &resultSet, DownloadFiles &downloadFiles);
78 static int32_t AddDownloadTask(const DownloadFiles &downloadFiles);
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_asset_manager_impl.cpp65 int32_t CloudSyncAssetManagerImpl::DownloadFiles(const int32_t userId, in DownloadFiles() function in OHOS::FileManagement::CloudSync::CloudSyncAssetManagerImpl
82 int32_t ret = CloudSyncServiceProxy->DownloadFiles(userId, bundleName, assetInfoObj, assetResultMap); in DownloadFiles()
H A Dcloud_sync_service_proxy.cpp900 int32_t CloudSyncServiceProxy::DownloadFiles(const int32_t userId, in DownloadFiles() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
905 LOGI("DownloadFiles"); in DownloadFiles()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_asset_manager_impl.h40 int32_t DownloadFiles(const int32_t userId,
H A Dcloud_sync_service_proxy.h53 int32_t DownloadFiles(const int32_t userId,
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_asset_manager.h75 virtual int32_t DownloadFiles(const int32_t userId,
H A Di_cloud_sync_service.h52 virtual int32_t DownloadFiles(const int32_t userId,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp81 DownloadFiles downloadFiles; in DownloadCloudFiles()
166 DownloadFiles &downloadFiles) in ParseDownloadFiles()
188 int32_t BackgroundCloudFileProcessor::AddDownloadTask(const DownloadFiles &downloadFiles) in AddDownloadTask()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_asset_manager_impl_test.cpp130 * @tc.desc: Verify the DownloadFiles function.
142 int32_t res = CloudSyncAssetManagerImpl::GetInstance().DownloadFiles(userId, in HWTEST_F()
H A Dcloud_sync_service_proxy_test.cpp694 * @tc.desc: Verify the DownloadFiles function.
705 int ret = proxy_->DownloadFiles(userId, bundleName, assetInfoObj, assetResultMap); in HWTEST_F()
712 * @tc.desc: Verify the DownloadFiles function.
726 int ret = proxy_->DownloadFiles(userId, bundleName, assetInfoObj, assetResultMap); in HWTEST_F()
733 * @tc.desc: Verify the DownloadFiles function.
747 int ret = proxy_->DownloadFiles(userId, bundleName, assetInfoObj, assetResultMap); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncassetmanager_fuzzer/
H A Dcloudsyncassetmanager_fuzzer.cpp80 CloudSyncAssetManager::GetInstance().DownloadFiles(userId, bundleName, assetInfos, assetResultMap); in DownloadFilesFuzzTest()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h132 int32_t DownloadFiles(const int32_t userId, in DownloadFiles() function in OHOS::FileManagement::CloudSync::CloudSyncServiceMock
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp248 int32_t CloudSyncServiceProxy::DownloadFiles(const int32_t userId, in DownloadFiles() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h63 int32_t DownloadFiles(const int32_t userId,
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp541 int32_t res = DownloadFiles(userId, bundleName, assetInfoObj, assetResultMap); in HandleDownloadFiles()
544 LOGI("End DownloadFiles"); in HandleDownloadFiles()
H A Dcloud_sync_service.cpp656 int32_t CloudSyncService::DownloadFiles(const int32_t userId, const std::string &bundleName, in DownloadFiles() function in OHOS::FileManagement::CloudSync::CloudSyncService
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp55 MOCK_METHOD4(DownloadFiles,

Completed in 16 milliseconds