Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.cpp75 if (keyPropRecord_[hashKey].existStatus == ExistStatus::EXIST) { in InsertCommittedData()
119 if (keyPropRecord_[hashKey].existStatus == ExistStatus::NONE) { in InsertConflictedItem()
185 keyPropRecord_[key].existStatus = status; in InitKeyPropRecord()
H A Dsingle_ver_natural_store_commit_notify_data.h78 …ExistStatus existStatus = ExistStatus::NONE; // indicator if the key exist in db before this trans… member