Home
last modified time | relevance | path

Searched refs:StartFileCache (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h107 virtual int32_t StartFileCache(const std::string &path) = 0;
108 virtual int32_t StartFileCache(const std::vector<std::string> &pathVec, int64_t &downloadId,
H A Di_cloud_sync_service.h44 virtual int32_t StartFileCache(const std::vector<std::string> &pathVec,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h49 int32_t StartFileCache(const std::string &uri) override;
50 int32_t StartFileCache(const std::vector<std::string> &uriVec, int64_t &downloadId,
H A Dcloud_sync_service_proxy.h50 int32_t StartFileCache(const std::vector<std::string> &uriVec,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp229 int32_t CloudSyncManagerImpl::StartFileCache(const std::string &uri) in StartFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
241 int32_t ret = CloudSyncServiceProxy->StartFileCache(uriVec, downloadId); in StartFileCache()
246 int32_t CloudSyncManagerImpl::StartFileCache(const std::vector<std::string> &uriVec, in StartFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
278 …int32_t ret = CloudSyncServiceProxy->StartFileCache(uriVec, downloadId, fieldkey, isCallbackValid,… in StartFileCache()
H A Dcloud_sync_service_proxy.cpp631 int32_t CloudSyncServiceProxy::StartFileCache(const std::vector<std::string> &uriVec, in StartFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp139 NVal::DeclareNapiFunction("start", CloudFileCacheNapi::StartFileCache), in Export()
149 napi_value CloudFileCacheNapi::StartFileCache(napi_env env, napi_callback_info info) in StartFileCache() function in OHOS::FileManagement::CloudSync::CloudFileCacheNapi
165 int32_t ret = CloudSyncManager::GetInstance().StartFileCache(uri); in StartFileCache()
259 …int32_t ret = CloudSyncManager::GetInstance().StartFileCache(fileUris->uriList, fileUris->download… in StartBatchFileCache()
H A Dcloud_file_cache_napi.h35 static napi_value StartFileCache(napi_env env, napi_callback_info info);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h104 int32_t StartFileCache(const std::vector<std::string> &pathVec, int64_t &downloadId, in StartFileCache() function
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h55 int32_t StartFileCache(const std::vector<std::string> &uriVec,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp220 int32_t CloudSyncServiceProxy::StartFileCache(const std::vector<std::string> &uriVec, in StartFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp133 CloudSyncManager::GetInstance().StartFileCache(uri); in StartFileCacheFuzzTest()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_test.cpp382 auto res = CloudSyncManagerImpl::GetInstance().StartFileCache(uri);
H A Dcloud_sync_service_proxy_test.cpp581 int result = proxy_->StartFileCache(uriVec, downloadId);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp518 int32_t CloudSyncService::StartFileCache(const std::vector<std::string> &uriVec, in StartFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncService
H A Dcloud_sync_service_stub.cpp399 int32_t res = StartFileCache(pathVec, downloadId, fieldkey, isCallbackValid, downloadCallback); in HandleStartFileCache()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/media_cloud_asset_download/
H A Dcloud_media_asset_download_operation.cpp312 int32_t ret = cloudSyncManager_.get().StartFileCache(dataForDownload_.pathVec, downloadId_, in StartBatchDownload()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp48 … MOCK_METHOD5(StartFileCache, int32_t(const std::vector<std::string> &pathVec, int64_t &downloadId,