Home
last modified time | relevance | path

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

/base/powermgr/power_manager/utils/setting/src/
Dsetting_provider.cpp116 ErrCode SettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
121 ErrCode SettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
126 ErrCode SettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
270 … SettingProvider::PutStringValue(const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
/base/msdp/device_status/intention/common/channel/include/
Dchannel.h212 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.cpp334 bool ResLocale::UpdateDefault(const Locale &localeInfo, bool needNotify) in UpdateDefault()
429 void UpdateSysDefault(const Locale &localeInfo, bool needNotify) in UpdateSysDefault()
/base/location/services/location_gnss/gnss/source/
Dagnss_ni_manager.cpp403 bool needNotify = (notif.notificationCategory & GNSS_NI_NOTIFICATION_REQUIRE_NOTIFY) != 0; in HandleNiNotification() local
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue_base.cpp171 bool needNotify = false; in Insert() local
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp2459 bool needNotify = NeedNotify(owner->currentState_); in RegisterDisplayOffTimeObserver() local