/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_download_uri_manager.cpp | 43 int32_t CloudDownloadUriManager::AddDownloadIdToPath(int64_t &downloadId, std::vector<std::string> &pathVec) in AddDownloadIdToPath() argument 63 void CloudDownloadUriManager::CheckDownloadIdPathMap(int64_t &downloadId) in CheckDownloadIdPathMap() argument 85 RemoveUri(const int64_t &downloadId) RemoveUri() argument [all...] |
H A D | cloud_sync_common.cpp | 294 ss << " downloadId: " << downloadId; in to_string() local
|
H A D | cloud_sync_manager_impl.cpp | 232 int64_t downloadId = 0; in StartFileCache() local 246 int32_t CloudSyncManagerImpl::StartFileCache(const std::vector<std::string> &uriVec, int64_t &downloadId) in StartFileCache() argument 282 int32_t CloudSyncManagerImpl::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() argument
|
H A D | cloud_sync_service_proxy.cpp | 709 int32_t CloudSyncServiceProxy::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() argument 603 StartFileCache(const std::vector<std::string> &uriVec, int64_t &downloadId) StartFileCache() argument [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_service_proxy_test.cpp | 580 int64_t downloadId = 0; in HWTEST_F() local
|
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_file_cache_napi.cpp | 229 int64_t downloadId; member
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | cloud_sync_common.h | 43 int64_t downloadId; member
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 104 int32_t StartFileCache(const std::vector<std::string> &pathVec, int64_t &downloadId) in StartFileCache() argument 112 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) in StopFileCache() argument
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/ |
H A D | data_sync_manager.cpp | 68 StartDownloadFile(const BundleNameUserInfo &bundleNameUserInfo, const std::vector<std::string> pathVec, int64_t &downloadId) StartDownloadFile() argument 82 StopFileCache(const BundleNameUserInfo &bundleNameUserInfo, const int64_t &downloadId, bool needClean) StopFileCache() argument
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 221 int32_t CloudSyncServiceProxy::StopFileCache(const int64_t &downloadId, bool needClean)
in StopFileCache() argument 210 StartFileCache(const std::vector<std::string> &uriVec, int64_t &downloadId) StartFileCache() argument
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 390 int64_t downloadId = 0; in HandleStartFileCache() local 429 int64_t downloadId = data.ReadInt64(); in HandleStopFileCache() local
|
H A D | cloud_sync_service.cpp | 560 int64_t downloadId = 0; in StartDownloadFile() local 576 int32_t CloudSyncService::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() argument 538 StartFileCache(const std::vector<std::string> &uriVec, int64_t &downloadId) StartFileCache() argument
|