Home
last modified time | relevance | path

Searched refs:DeleteDistributedDeviceTable (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_ver_relational_storage_executor.cpp1234 int SQLiteSingleVerRelationalStorageExecutor::DeleteDistributedDeviceTable(const std::string &devic… in DeleteDistributedDeviceTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1327 …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()
H A Dsqlite_relational_store.cpp551 errCode = handle->DeleteDistributedDeviceTable("", table); in RemoveDeviceData()
891 errCode = handle->DeleteDistributedDeviceTable(devTableName, tableName); in RemoveDeviceDataInner()
H A Dsqlite_single_ver_relational_storage_executor.h87 int DeleteDistributedDeviceTable(const std::string &device, const std::string &tableName);