Home
last modified time | relevance | path

Searched refs:StopFileCache (Results 1 - 16 of 16) sorted by relevance

/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.h37 static napi_value StopFileCache(napi_env env, napi_callback_info info);
H A Dcloud_file_cache_napi.cpp133 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 Di_cloud_sync_service.h47 virtual int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) = 0;
H A Dcloud_sync_manager.h110 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 Ddata_sync_manager.cpp82 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 Ddata_sync_manager.h53 virtual int32_t StopFileCache(const BundleNameUserInfo &bundleNameUserInfo,
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h48 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
H A Dcloud_sync_manager_impl.h52 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h112 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 Dcloud_sync_manager_impl.cpp282 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 Dcloud_sync_service_proxy.cpp709 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 Dcloud_sync_service_proxy_lite.cpp221 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 Dcloud_sync_service.h58 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) override;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp576 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 Dcloud_sync_service_stub.cpp432 int32_t res = StopFileCache(downloadId, needClean); in HandleStopFileCache()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp49 MOCK_METHOD2(StopFileCache, int32_t(const int64_t &downloadId, bool needClean));

Completed in 10 milliseconds