Home
last modified time | relevance | path

Searched refs:CheckAndCleanDistributedTable (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_relational_storage_engine.cpp390 errCode = handle->CheckAndCleanDistributedTable(schema_.GetTableNames(), missingTables); in CleanDistributedDeviceTable()
411 errCode = handle->CheckAndCleanDistributedTable(schema_.GetTableNames(), missingTables); in CleanDistributedDeviceTable()
997 int errCode = handle->CheckAndCleanDistributedTable(tableNames, missingTrackerTables); in CleanTrackerDeviceTable()
H A Dsqlite_single_ver_relational_storage_executor.h95 int CheckAndCleanDistributedTable(const std::vector<std::string> &tableNames,
H A Dsqlite_single_ver_relational_storage_executor.cpp1344 int SQLiteSingleVerRelationalStorageExecutor::CheckAndCleanDistributedTable(const std::vector<std::… in CheckAndCleanDistributedTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor