Searched refs:CleanDistributedDeviceTable (Results 1 – 4 of 4) sorted by relevance
41 int CleanDistributedDeviceTable(std::vector<std::string> &missingTables);
125 int CleanDistributedDeviceTable();
255 int SQLiteRelationalStore::CleanDistributedDeviceTable() in CleanDistributedDeviceTable() function in DistributedDB::SQLiteRelationalStore258 int errCode = sqliteStorageEngine_->CleanDistributedDeviceTable(missingTables); in CleanDistributedDeviceTable()322 errCode = CleanDistributedDeviceTable(); in Open()
380 int SQLiteSingleRelationalStorageEngine::CleanDistributedDeviceTable(std::vector<std::string> &miss… in CleanDistributedDeviceTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine