/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_file_cache_napi.cpp | 141 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 D | cloud_file_cache_napi.h | 37 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 D | cloud_sync_manager.h | 112 virtual int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) = 0;
|
H A D | i_cloud_sync_service.h | 50 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 D | data_sync_manager.cpp | 88 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 D | data_sync_manager.h | 57 virtual int32_t StopFileCache(const BundleNameUserInfo &bundleNameUserInfo,
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_manager_impl.h | 54 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
|
H A D | cloud_sync_service_proxy.h | 56 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 D | i_cloud_sync_service_mock.h | 115 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false)
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 297 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 D | cloud_sync_service_proxy.cpp | 740 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 D | cloud_sync_service.h | 60 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 D | cloud_sync_service_proxy_lite.cpp | 233 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 D | cloud_sync_service.cpp | 560 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 D | cloud_sync_service_stub.cpp | 440 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 D | cloud_media_asset_download_operation.cpp | 563 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 D | cloud_sync_service_stub_test.cpp | 53 MOCK_METHOD2(StopFileCache, int32_t(const int64_t &downloadId, bool needClean));
|