Home
last modified time | relevance | path

Searched refs:CleanOptions (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_common.cpp108 bool CleanOptions::Marshalling(Parcel &parcel) const in Marshalling()
149 CleanOptions *CleanOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
151 CleanOptions *info = new (std::nothrow) CleanOptions(); in Unmarshalling()
188 bool CleanOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
H A Dcloud_sync_manager_impl.cpp401 int32_t CloudSyncManagerImpl::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean()
H A Dcloud_sync_service_proxy.cpp366 int32_t CloudSyncServiceProxy::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_common_test.cpp198 CleanOptions cleanOptions;
226 CleanOptions cleanOptions;
250 CleanOptions cleanOptions;
320 auto cleanOptions = make_shared<CleanOptions>();
416 CleanOptions cleanOptions;
438 CleanOptions cleanOptions;
460 CleanOptions cleanOptions;
H A Dcloud_sync_manager_impl_unnomal_test.cpp288 CleanOptions cleanOptions;
H A Dcloud_sync_manager_impl_test.cpp522 CleanOptions cleanOptions;
H A Dcloud_sync_service_proxy_test.cpp382 CleanOptions cleanOptions;
400 CleanOptions cleanOptions;
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_common.h79 struct CleanOptions : public Parcelable { struct
83 static CleanOptions *Unmarshalling(Parcel &parcel); argument
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/mock/ipc/
H A Dcloud_sync_service_proxy_mock.cpp50 int32_t CloudSyncServiceProxy::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean()
/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()
/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()
379 CleanOptions 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()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp180 CleanOptions cleanOptions; in CleanFuzzTest()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp259 sptr<CleanOptions> options = data.ReadParcelable<CleanOptions>(); in HandleClean()
H A Dcloud_sync_service.cpp502 int32_t CloudSyncService::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp344 CleanOptions cleanOptions;
H A Dcloud_sync_service_stub_test.cpp42 MOCK_METHOD2(Clean, int32_t(const std::string &accountId, const CleanOptions &cleanOptions));