Home
last modified time | relevance | path

Searched refs:DeleteDistributedDeviceTableLog (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.h91 int DeleteDistributedDeviceTableLog(const std::string &device, const std::string &tableName);
H A Dsqlite_relational_store.cpp900 errCode = handle->DeleteDistributedDeviceTableLog(hashHexDev, it.second.GetTableName()); in RemoveDeviceDataInner()
H A Dsqlite_single_ver_relational_storage_executor.cpp1264 int SQLiteSingleVerRelationalStorageExecutor::DeleteDistributedDeviceTableLog(const std::string &de… in DeleteDistributedDeviceTableLog() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor