/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | i_cloud_sync_service.h | 43 virtual int32_t StartDownloadFile(const std::string &path) = 0;
|
H A D | cloud_sync_manager.h | 106 virtual int32_t StartDownloadFile(const std::string &path) = 0;
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/ |
H A D | data_sync_manager.cpp | 68 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 D | data_sync_manager.h | 47 virtual int32_t StartDownloadFile(const BundleNameUserInfo &bundleNameUserInfo,
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_service_proxy.h | 44 int32_t StartDownloadFile(const std::string &uri) override;
|
H A D | cloud_sync_manager_impl.h | 48 int32_t StartDownloadFile(const std::string &uri) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_manager_impl_unnomal_test.cpp | 179 * @tc.desc: Verify the StartDownloadFile function. 188 auto res = managePtr_->StartDownloadFile(uri); in HWTEST_F()
|
H A D | cloud_sync_manager_impl_test.cpp | 353 * @tc.desc: Verify the StartDownloadFile function. 362 auto res = CloudSyncManagerImpl::GetInstance().StartDownloadFile(uri); in HWTEST_F()
|
H A D | cloud_sync_service_proxy_test.cpp | 555 * @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 D | i_cloud_sync_service_mock.h | 100 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 D | cloud_sync_manager_impl.cpp | 215 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 D | cloud_sync_service_proxy.cpp | 552 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 D | cloud_sync_service_proxy_lite.cpp | 205 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 D | cloud_sync_service.h | 54 int32_t StartDownloadFile(const std::string &path) override;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 548 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 D | cloud_sync_service_stub.cpp | 363 int32_t res = StartDownloadFile(path); in HandleStartDownloadFile()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 46 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 D | cloudsyncmanager_fuzzer.cpp | 126 CloudSyncManager::GetInstance().StartDownloadFile(uri); in StartDownloadFileFuzzTest()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | background_cloud_file_processor.cpp | 214 int32_t ret = CloudSyncManager::GetInstance().StartDownloadFile(path); in DownloadCloudFilesExecutor()
|
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_file_napi.cpp | 63 int32_t ret = CloudSyncManager::GetInstance().StartDownloadFile(uri); in Start()
|