Searched refs:DeleteDistributedDeviceTable (Results 1 – 3 of 3) sorted by relevance
1234 int SQLiteSingleVerRelationalStorageExecutor::DeleteDistributedDeviceTable(const std::string &devic… in DeleteDistributedDeviceTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor1327 …int errCode = DeleteDistributedDeviceTable({}, tableName); // Clean the auxiliary tables for the d… in CleanResourceForDroppedTable()1366 …errCode = DeleteDistributedDeviceTable({}, tableName); // Clean the auxiliary tables for the dropp… in CheckAndCleanDistributedTable()
551 errCode = handle->DeleteDistributedDeviceTable("", table); in RemoveDeviceData()891 errCode = handle->DeleteDistributedDeviceTable(devTableName, tableName); in RemoveDeviceDataInner()
87 int DeleteDistributedDeviceTable(const std::string &device, const std::string &tableName);