Home
last modified time | relevance | path

Searched defs:needClean (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp83 bool needClean) in StopDownloadFile()
90 bool needClean) in StopFileCache()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp200 bool needClean = false; in StopFileCache() local
296 bool needClean = false; in StopBatchFileCache() local
H A Dcloud_file_napi.cpp271 bool needClean = false; in Stop() local
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp228 int32_t CloudSyncServiceProxy::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile()
233 int32_t CloudSyncServiceProxy::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp283 int32_t CloudSyncManagerImpl::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile()
297 int32_t CloudSyncManagerImpl::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache()
H A Dcloud_sync_service_proxy.cpp691 int32_t CloudSyncServiceProxy::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile()
740 int32_t CloudSyncServiceProxy::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp365 bool needClean = false; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp139 bool needClean = fuzzData.GetData<bool>(); in StopDownloadFileFuzzTest() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp549 int32_t CloudSyncService::StopDownloadFile(const std::string &path, bool needClean) in StopDownloadFile()
560 int32_t CloudSyncService::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache()
H A Dcloud_sync_service_stub.cpp418 bool needClean = data.ReadBool(); in HandleStopDownloadFile() local
438 bool needClean = data.ReadBool(); in HandleStopFileCache() local