Searched refs:DoClean (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store_connection.h | 42 int DoClean(ClearMode mode) override;
|
H A D | sqlite_relational_store_connection.cpp | 188 int SQLiteRelationalStoreConnection::DoClean(ClearMode mode) in DoClean() function in DistributedDB::SQLiteRelationalStoreConnection
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | relational_store_connection.h | 61 virtual int DoClean(ClearMode mode) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.h | 151 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 D | cloud_service_impl.cpp | 194 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 D | relational_store_delegate_impl.cpp | 58 int errCode = conn_->DoClean(mode); in RemoveDeviceDataInner()
|
Completed in 6 milliseconds