Home
last modified time | relevance | path

Searched refs:CleanCloudDataOnLogTable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h220 int CleanCloudDataOnLogTable(const std::string &logTableName, ClearMode mode);
H A Dsqlite_single_ver_relational_storage_executor.cpp1684 int SQLiteSingleVerRelationalStorageExecutor::CleanCloudDataOnLogTable(const std::string &logTableN… in CleanCloudDataOnLogTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1749 errCode = CleanCloudDataOnLogTable(logTableName, FLAG_AND_DATA); in CleanCloudDataAndLogOnUserTable()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp345 errCode = CleanCloudDataOnLogTable(logTableName, FLAG_ONLY); in DoCleanLogs()