Home
last modified time | relevance | path

Searched refs:DeleteDistributedDeviceTableLog (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.h84 int DeleteDistributedDeviceTableLog(const std::string &device, const std::string &tableName);
Dsqlite_relational_store.cpp887 errCode = handle->DeleteDistributedDeviceTableLog(hashHexDev, it.second.GetTableName()); in RemoveDeviceDataInner()
Dsqlite_single_ver_relational_storage_executor.cpp1261 int SQLiteSingleVerRelationalStorageExecutor::DeleteDistributedDeviceTableLog(const std::string &de… in DeleteDistributedDeviceTableLog() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor