Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp230 maxRecordTimestamp_(0), in MultiVerNaturalStore()
512 stamp = maxRecordTimestamp_; in GetMaxTimestamp()
518 maxRecordTimestamp_ = (stamp > maxRecordTimestamp_) ? stamp : maxRecordTimestamp_; in SetMaxTimestamp()
H A Dmulti_ver_natural_store.h204 mutable uint64_t maxRecordTimestamp_; variable