Home
last modified time | relevance | path

Searched refs:isUnSet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h119 int CheckTableModeFromMeta(DistributedTableMode mode, bool isUnSet);
H A Dsqlite_relational_store.cpp143 int SQLiteRelationalStore::CheckTableModeFromMeta(DistributedTableMode mode, bool isUnSet) in CheckTableModeFromMeta() argument
157 } else if (isUnSet) { in CheckTableModeFromMeta()