Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_impl.cpp88 currentMemoryStateGeneration_ = 0; in PreferencesImpl()
177 if (mcr->isSyncRequest_ || currentMemoryStateGeneration_ == mcr->memoryStateGeneration_) { in CheckRequestValidForStateGeneration()
516 currentMemoryStateGeneration_++; in commitToMemory()
520 memoryStateGeneration = currentMemoryStateGeneration_; in commitToMemory()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpreferences_impl.h201 int64_t currentMemoryStateGeneration_; variable