Home
last modified time | relevance | path

Searched refs:DoClean (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.h42 int DoClean(ClearMode mode) override;
H A Dsqlite_relational_store_connection.cpp188 int SQLiteRelationalStoreConnection::DoClean(ClearMode mode) in DoClean() function in DistributedDB::SQLiteRelationalStoreConnection
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h61 virtual int DoClean(ClearMode mode) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h151 int32_t DoClean(const CloudInfo &cloudInfo, const std::map<std::string, int32_t> &actions);
152 void DoClean(int32_t user, const SchemaMeta &schemaMeta, int32_t action);
H A Dcloud_service_impl.cpp194 int32_t CloudServiceImpl::DoClean(const CloudInfo &cloudInfo, const std::map<std::string, int32_t> &actions) in DoClean() function in OHOS::CloudData::CloudServiceImpl
206 DoClean(cloudInfo.user, schemaMeta, action); in DoClean()
211 void CloudServiceImpl::DoClean(int32_t user, const SchemaMeta &schemaMeta, int32_t action) in DoClean() function in OHOS::CloudData::CloudServiceImpl
285 return DoClean(cloudInfo, dbActions); in Clean()
787 DoClean(oldInfo, actions); in UpdateCloudInfo()
849 DoClean(user, schemaMeta, GeneralStore::CleanMode::CLOUD_INFO); in UpgradeSchemaMeta()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp58 int errCode = conn_->DoClean(mode); in RemoveDeviceDataInner()

Completed in 6 milliseconds