Home
last modified time | relevance | path

Searched refs:StartDownloadFile (Results 1 - 20 of 20) sorted by relevance

/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Di_cloud_sync_service.h43 virtual int32_t StartDownloadFile(const std::string &path) = 0;
H A Dcloud_sync_manager.h106 virtual int32_t StartDownloadFile(const std::string &path) = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp68 int32_t DataSyncManager::StartDownloadFile(const BundleNameUserInfo &bundleNameUserInfo, in StartDownloadFile() function in OHOS::FileManagement::CloudFile::DataSyncManager
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h47 virtual int32_t StartDownloadFile(const BundleNameUserInfo &bundleNameUserInfo,
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h44 int32_t StartDownloadFile(const std::string &uri) override;
H A Dcloud_sync_manager_impl.h48 int32_t StartDownloadFile(const std::string &uri) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_unnomal_test.cpp179 * @tc.desc: Verify the StartDownloadFile function.
188 auto res = managePtr_->StartDownloadFile(uri); in HWTEST_F()
H A Dcloud_sync_manager_impl_test.cpp353 * @tc.desc: Verify the StartDownloadFile function.
362 auto res = CloudSyncManagerImpl::GetInstance().StartDownloadFile(uri); in HWTEST_F()
H A Dcloud_sync_service_proxy_test.cpp555 * @tc.desc: Verify the StartDownloadFile function.
561 GTEST_LOG_(INFO) << "StartDownloadFile Start"; in HWTEST_F()
563 int result = proxy_->StartDownloadFile(uri); in HWTEST_F()
565 GTEST_LOG_(INFO) << "StartDownloadFile End"; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h100 int32_t StartDownloadFile(const std::string &path) in StartDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceMock
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp215 int32_t CloudSyncManagerImpl::StartDownloadFile(const std::string &uri) in StartDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
217 LOGI("StartDownloadFile start"); in StartDownloadFile()
224 int32_t ret = CloudSyncServiceProxy->StartDownloadFile(uri); in StartDownloadFile()
225 LOGI("StartDownloadFile ret %{public}d", ret); in StartDownloadFile()
H A Dcloud_sync_service_proxy.cpp552 int32_t CloudSyncServiceProxy::StartDownloadFile(const std::string &uri) in StartDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
555 LOGI("StartDownloadFile Start"); in StartDownloadFile()
576 LOGI("StartDownloadFile Start, uri: %{public}s, path: %{public}s", in StartDownloadFile()
595 LOGI("StartDownloadFile Success"); in StartDownloadFile()
598 LOGE("Function StartDownloadFile is undefined"); in StartDownloadFile()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp205 int32_t CloudSyncServiceProxy::StartDownloadFile(const std::string &uri) in StartDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h54 int32_t StartDownloadFile(const std::string &path) override;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp548 return dataSyncManager_->StartDownloadFile(bundleNameUserInfo, uriVec, downloadId); in StartFileCache()
551 int32_t CloudSyncService::StartDownloadFile(const std::string &path) in StartDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncService
561 LOGI("start StartDownloadFile"); in StartDownloadFile()
562 return dataSyncManager_->StartDownloadFile(bundleNameUserInfo, pathVec, downloadId); in StartDownloadFile()
H A Dcloud_sync_service_stub.cpp363 int32_t res = StartDownloadFile(path); in HandleStartDownloadFile()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp46 MOCK_METHOD1(StartDownloadFile, int32_t(const std::string &path));
432 EXPECT_CALL(service, StartDownloadFile(_)).WillOnce(Return(E_OK)); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp126 CloudSyncManager::GetInstance().StartDownloadFile(uri); in StartDownloadFileFuzzTest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp214 int32_t ret = CloudSyncManager::GetInstance().StartDownloadFile(path); in DownloadCloudFilesExecutor()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp63 int32_t ret = CloudSyncManager::GetInstance().StartDownloadFile(uri); in Start()

Completed in 15 milliseconds