Searched defs:needNotify (Results 1 – 5 of 5) sorted by relevance
/base/powermgr/power_manager/utils/setting/src/ |
D | setting_provider.cpp | 91 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/ |
D | channel.h | 172 bool needNotify = queue_.empty(); in Send() local
|
/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 | 128 bool needNotify = false; in Insert() local
|