Home
last modified time | relevance | path

Searched refs:CheckTrackerTable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h100 int CheckTrackerTable();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp403 errCode = tableInfo.CheckTrackerTable(); in AnalysisTrackerTable()
H A Dsqlite_single_relational_storage_engine.cpp527 errCode = tableInfo.CheckTrackerTable(); in CheckAndCacheTrackerSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp745 int TableInfo::CheckTrackerTable() in CheckTrackerTable() function in DistributedDB::TableInfo