/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_common.cpp | 108 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 D | cloud_sync_manager_impl.cpp | 401 int32_t CloudSyncManagerImpl::Clean(const std::string &accountId, const CleanOptions &cleanOptions) in Clean()
|
H A D | cloud_sync_service_proxy.cpp | 366 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 D | cloud_sync_common_test.cpp | 198 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 D | cloud_sync_manager_impl_unnomal_test.cpp | 288 CleanOptions cleanOptions;
|
H A D | cloud_sync_manager_impl_test.cpp | 522 CleanOptions cleanOptions;
|
H A D | cloud_sync_service_proxy_test.cpp | 382 CleanOptions cleanOptions; 400 CleanOptions cleanOptions;
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | cloud_sync_common.h | 79 struct CleanOptions : public Parcelable { struct 83 static CleanOptions *Unmarshalling(Parcel &parcel); argument
|
H A D | cloud_sync_manager.h | 105 virtual int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) = 0;
|
H A D | i_cloud_sync_service.h | 38 virtual int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) = 0;
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ipc/ |
H A D | cloud_sync_service_proxy_mock.cpp | 50 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 D | cloud_sync_manager_impl.h | 43 int32_t Clean(const std::string &accountId, const CleanOptions &cleanOptions) override;
|
H A D | cloud_sync_service_proxy.h | 39 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 D | i_cloud_sync_service_mock.h | 79 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 D | cloud_sync_manager_n_exporter.cpp | 329 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 D | cloud_sync_service.h | 49 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 D | cloud_sync_service_proxy_lite.cpp | 180 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 D | cloudsyncmanager_fuzzer.cpp | 180 CleanOptions cleanOptions; in CleanFuzzTest()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 259 sptr<CleanOptions> options = data.ReadParcelable<CleanOptions>(); in HandleClean()
|
H A D | cloud_sync_service.cpp | 502 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 D | cloud_sync_service_test.cpp | 344 CleanOptions cleanOptions;
|
H A D | cloud_sync_service_stub_test.cpp | 42 MOCK_METHOD2(Clean, int32_t(const std::string &accountId, const CleanOptions &cleanOptions));
|