Home
last modified time | relevance | path

Searched refs:cleanOptions (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_common_test.cpp198 CleanOptions cleanOptions; variable
201 auto res = cleanOptions.Marshalling(parcel);
207 res = cleanOptions.Marshalling(parcel);
226 CleanOptions cleanOptions; variable
250 CleanOptions cleanOptions; variable
259 res = cleanOptions.Marshalling(parcel);
416 CleanOptions cleanOptions; variable
438 CleanOptions cleanOptions; variable
460 CleanOptions cleanOptions; variable
468 res = cleanOptions.ReadFromParcel(parcel);
[all …]
H A Dcloud_sync_manager_impl_unnomal_test.cpp288 CleanOptions cleanOptions; variable
289 auto res = managePtr_->Clean(accoutId, cleanOptions);
H A Dcloud_sync_manager_impl_test.cpp522 CleanOptions cleanOptions; variable
523 auto res = CloudSyncManagerImpl::GetInstance().Clean(accoutId, cleanOptions);
H A Dcloud_sync_service_proxy_test.cpp382 CleanOptions cleanOptions; variable
385 int result = proxy_->Clean(accoutId, cleanOptions);
400 CleanOptions cleanOptions; variable
403 int result = proxy_->Clean(accoutId, cleanOptions);
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/
H A Dcloud_sync_manager_n_exporter.cpp329 bool ParseAppActions(napi_env env, napi_value object, CleanOptions &cleanOptions) in ParseAppActions() argument
360 cleanOptions.appActionsData.emplace(string(bundleNameStr.get()).c_str(), appActionsVal); in ParseAppActions()
379 CleanOptions cleanOptions {}; in Clean() local
380 if (!ParseAppActions(env, funcArg[(int)NARG_POS::SECOND], cleanOptions)) { in Clean()
386 auto cbExec = [accoutIdStr, cleanOptions]() -> NError { in Clean()
387 int32_t result = CloudSyncManager::GetInstance().Clean(accoutIdStr, cleanOptions); in Clean()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp180 CleanOptions cleanOptions; in CleanFuzzTest() local
181 cleanOptions.appActionsData.insert({itemStr, itemInt}); in CleanFuzzTest()
182 CloudSyncManager::GetInstance().Clean(accoutId, cleanOptions); in CleanFuzzTest()
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ipc/
H A Dcloud_sync_service_proxy_mock.cpp50 int32_t CloudSyncServiceProxy::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean() argument
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp502 int32_t CloudSyncService::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean() argument
504 for (auto &iter : cleanOptions.appActionsData) { in Clean()
512 …for (auto iter = cleanOptions.appActionsData.begin(); iter != cleanOptions.appActionsData.end(); +… in Clean()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h105 virtual int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) = 0;
H A Di_cloud_sync_service.h38 virtual int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) = 0;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp344 CleanOptions cleanOptions; variable
345 int ret = g_servicePtr_->Clean(accountId, cleanOptions);
H A Dcloud_sync_service_stub_test.cpp42 MOCK_METHOD2(Clean, int32_t(const std::string &accountId, const CleanOptions &cleanOptions));
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h43 int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) override;
H A Dcloud_sync_service_proxy.h39 int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) override;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h79 int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) override in Clean() argument
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp401 int32_t CloudSyncManagerImpl::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean() argument
411 return CloudSyncServiceProxy->Clean(accountId, cleanOptions); in Clean()
H A Dcloud_sync_service_proxy.cpp366 int32_t CloudSyncServiceProxy::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean() argument
383 if (!data.WriteParcelable(&cleanOptions)) { in Clean()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h49 int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) override;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp180 int32_t CloudSyncServiceProxy::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean() argument