Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp150 static uint64_t lastCurTime = 0u; in GetSysCurrentRawTime() local
158 int64_t timeDiff = static_cast<int64_t>(curTime) - static_cast<int64_t>(lastCurTime); in GetSysCurrentRawTime()
160 lastCurTime = curTime; in GetSysCurrentRawTime()
163 if (curTime <= lastCurTime) { in GetSysCurrentRawTime()
164 curTime = lastCurTime + 1; in GetSysCurrentRawTime()
166 lastCurTime = curTime; in GetSysCurrentRawTime()