Searched defs:needNotify (Results 1 – 4 of 4) sorted by relevance
/base/powermgr/power_manager/utils/setting/src/ |
D | setting_provider.cpp | 90 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/ |
D | res_locale.cpp | 334 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/ |
D | res_locale.cpp | 335 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/ |
D | event_queue.cpp | 114 bool needNotify = false; in Insert() local
|