/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_file_cache_napi.h | 37 static napi_value StopFileCache(napi_env env, napi_callback_info info);
|
H A D | cloud_file_cache_napi.cpp | 133 NVal::DeclareNapiFunction("stop", CloudFileCacheNapi::StopFileCache), in Export() 178 napi_value CloudFileCacheNapi::StopFileCache(napi_env env, napi_callback_info info) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudFileCacheNapi 304 int32_t ret = CloudSyncManager::GetInstance().StopFileCache(downloadId, needClean); in StopBatchFileCache()
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | i_cloud_sync_service.h | 47 virtual int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) = 0;
|
H A D | cloud_sync_manager.h | 110 virtual int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) = 0;
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/ |
H A D | data_sync_manager.cpp | 82 int32_t DataSyncManager::StopFileCache(const BundleNameUserInfo &bundleNameUserInfo, in StopFileCache() function in OHOS::FileManagement::CloudFile::DataSyncManager
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | data_sync_manager.h | 53 virtual int32_t StopFileCache(const BundleNameUserInfo &bundleNameUserInfo,
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_service_proxy.h | 48 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
|
H A D | cloud_sync_manager_impl.h | 52 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 112 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncServiceMock
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 282 int32_t CloudSyncManagerImpl::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl 284 LOGI("StopFileCache start"); in StopFileCache() 291 int32_t ret = CloudSyncServiceProxy->StopFileCache(downloadId, needClean); in StopFileCache() 292 LOGI("StopFileCache ret %{public}d", ret); in StopFileCache()
|
H A D | cloud_sync_service_proxy.cpp | 709 int32_t CloudSyncServiceProxy::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy 711 LOGI("StopFileCache Start"); in StopFileCache() 721 LOGI("StopFileCache Start, downloadId: %{public}lld, needClean: %{public}d", in StopFileCache() 747 LOGI("StopFileCache Success"); in StopFileCache()
|
/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() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 58 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 576 int32_t CloudSyncService::StopFileCache(const int64_t &downloadId, bool needClean) in StopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncService 583 LOGI("start StopFileCache"); in StopFileCache() 584 return dataSyncManager_->StopFileCache(bundleNameUserInfo, downloadId, needClean); in StopFileCache()
|
H A D | cloud_sync_service_stub.cpp | 432 int32_t res = StopFileCache(downloadId, needClean); in HandleStopFileCache()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 49 MOCK_METHOD2(StopFileCache, int32_t(const int64_t &downloadId, bool needClean));
|