Home
last modified time | relevance | path

Searched defs:downloadId (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_download_uri_manager.cpp43 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 Dcloud_sync_common.cpp294 ss << " downloadId: " << downloadId; in to_string() local
H A Dcloud_sync_manager_impl.cpp232 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 Dcloud_sync_service_proxy.cpp709 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 Dcloud_sync_service_proxy_test.cpp580 int64_t downloadId = 0; in HWTEST_F() local
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp229 int64_t downloadId; member
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_common.h43 int64_t downloadId; member
/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() 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 Ddata_sync_manager.cpp68 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 Dcloud_sync_service_proxy_lite.cpp221 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 Dcloud_sync_service_stub.cpp390 int64_t downloadId = 0; in HandleStartFileCache() local
429 int64_t downloadId = data.ReadInt64(); in HandleStopFileCache() local
H A Dcloud_sync_service.cpp560 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

Completed in 10 milliseconds