Home
last modified time | relevance | path

Searched refs:StopFileCache (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp141 NVal::DeclareNapiFunction("stop", CloudFileCacheNapi::StopFileCache), in Export()
186 napi_value CloudFileCacheNapi::StopFileCache(napi_env env, napi_callback_info info) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudFileCacheNapi
312 int32_t ret = CloudSyncManager::GetInstance().StopFileCache(downloadId, needClean); in StopBatchFileCache()
H A Dcloud_file_cache_napi.h37 static napi_value StopFileCache(napi_env env, napi_callback_info info);
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h112 virtual int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) = 0;
H A Di_cloud_sync_service.h50 virtual int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) = 0;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp88 int32_t DataSyncManager::StopFileCache(const BundleNameUserInfo &bundleNameUserInfo, in StopFileCache() function in OHOS::FileManagement::CloudFile::DataSyncManager
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h57 virtual int32_t StopFileCache(const BundleNameUserInfo &bundleNameUserInfo,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h54 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
H A Dcloud_sync_service_proxy.h56 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h115 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false)
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp297 int32_t CloudSyncManagerImpl::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
306 int32_t ret = CloudSyncServiceProxy->StopFileCache(downloadId, needClean); in StopFileCache()
H A Dcloud_sync_service_proxy.cpp740 int32_t CloudSyncServiceProxy::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h60 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp233 int32_t CloudSyncServiceProxy::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp560 int32_t CloudSyncService::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncService
568 return dataSyncManager_->StopFileCache(bundleNameUserInfo, downloadId, needClean); in StopFileCache()
H A Dcloud_sync_service_stub.cpp440 int32_t res = StopFileCache(downloadId, needClean); in HandleStopFileCache()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/media_cloud_asset_download/
H A Dcloud_media_asset_download_operation.cpp563 cloudSyncManager_.get().StopFileCache(downloadId_, !NEED_CLEAN); in PauseDownloadTask()
597 cloudSyncManager_.get().StopFileCache(downloadId_, NEED_CLEAN); in CancelDownloadTask()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp53 MOCK_METHOD2(StopFileCache, int32_t(const int64_t &downloadId, bool needClean));