Home
last modified time | relevance | path

Searched defs:needNotify (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/power_manager/utils/setting/src/
Dsetting_provider.cpp90 ErrCode SettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
95 ErrCode SettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
100 ErrCode SettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
219 … SettingProvider::PutStringValue(const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp334 bool ResLocale::UpdateDefault(const LocaleInfo &localeInfo, bool needNotify) in UpdateDefault()
420 void UpdateSysDefault(const LocaleInfo &localeInfo, bool needNotify) in UpdateSysDefault()
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp335 bool ResLocale::UpdateDefault(const Locale &localeInfo, bool needNotify) in UpdateDefault()
429 void UpdateSysDefault(const Locale &localeInfo, bool needNotify) in UpdateSysDefault()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp114 bool needNotify = false; in Insert() local