Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h41 int CleanDistributedDeviceTable(std::vector<std::string> &missingTables);
H A Dsqlite_relational_store.h125 int CleanDistributedDeviceTable();
H A Dsqlite_relational_store.cpp255 int SQLiteRelationalStore::CleanDistributedDeviceTable() in CleanDistributedDeviceTable() function in DistributedDB::SQLiteRelationalStore
258 int errCode = sqliteStorageEngine_->CleanDistributedDeviceTable(missingTables); in CleanDistributedDeviceTable()
322 errCode = CleanDistributedDeviceTable(); in Open()
H A Dsqlite_single_relational_storage_engine.cpp380 int SQLiteSingleRelationalStorageEngine::CleanDistributedDeviceTable(std::vector<std::string> &miss… in CleanDistributedDeviceTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine