Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_impl.cpp86 PreferencesImpl::PreferencesImpl(const Options &options) : loaded_(false), options_(options) in PreferencesImpl()
115 loaded_ = false; in StartLoadFromDisk()
139 if (pref->loaded_) { in LoadFromDisk()
143 pref->loaded_ = true; in LoadFromDisk()
150 if (!loaded_) { in AwaitLoadFile()
151 cond_.wait(lock, [this] { return loaded_; }); in AwaitLoadFile()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpreferences_impl.h198 bool loaded_; variable