Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp1189 for (auto &item : dbTimeChange_) { in RecordAllTimeChange()
1197 dbTimeChange_[dbId] = false; in ResetDBTimeChangeStatus()
1203 return dbTimeChange_[dbId]; in CheckDBTimeChange()
H A Druntime_context_impl.h283 std::map<std::vector<uint8_t>, bool> dbTimeChange_; variable