Home
last modified time | relevance | path

Searched refs:modifiedKeys_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp429 modifiedKeys_.push_back(key); in Put()
443 modifiedKeys_.push_back(key); in Delete()
453 modifiedKeys_.push_back(key); in Clear()
465 if (!pref->modifiedKeys_.empty()) { in WriteToDiskFile()
466 keysModified = std::move(pref->modifiedKeys_); in WriteToDiskFile()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_impl.h83 std::list<std::string> modifiedKeys_; member in OHOS::NativePreferences::PreferencesImpl

Completed in 2 milliseconds