Home
last modified time | relevance | path

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

/base/powermgr/power_manager/utils/setting/src/
Dsetting_provider.cpp91 ErrCode SettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
96 ErrCode SettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
101 ErrCode SettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
220 … SettingProvider::PutStringValue(const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
/base/msdp/device_status/intention/common/channel/include/
Dchannel.h172 bool needNotify = queue_.empty(); in Send() local
/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.cpp128 bool needNotify = false; in Insert() local