Searched refs:NotifyPreferencesObserver (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_enhance_impl.cpp | 188 PreferencesEnhanceImpl::NotifyPreferencesObserver(pref, key, value); in Put() 222 PreferencesEnhanceImpl::NotifyPreferencesObserver(pref, key, value); in Delete() 272 void PreferencesEnhanceImpl::NotifyPreferencesObserver(std::shared_ptr<PreferencesEnhanceImpl> pref, in NotifyPreferencesObserver() function in OHOS::NativePreferences::PreferencesEnhanceImpl 304 NotifyPreferencesObserver(pref, key, value); in NotifyPreferencesObserverBatchKeys()
|
H A D | preferences_impl.cpp | 479 pref->NotifyPreferencesObserver(keysModified, writeToDiskMap); in WriteToDiskFile() 543 void PreferencesImpl::NotifyPreferencesObserver(const std::list<std::string> &keysModified, in NotifyPreferencesObserver() function in OHOS::NativePreferences::PreferencesImpl
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_impl.h | 65 void NotifyPreferencesObserver(const std::list<std::string> &keysModified,
|
H A D | preferences_enhance_impl.h | 62 static void NotifyPreferencesObserver(std::shared_ptr<PreferencesEnhanceImpl> pref, const std::string &key,
|
Completed in 3 milliseconds