Home
last modified time | relevance | path

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

/base/update/updater/services/ui/
Dupdater_ui_env.cpp108 int maxValue = 0; in InitBrightness() local
/base/powermgr/thermal_manager/application/protector/src/
Dthermal_protector_timer.cpp190 int32_t maxValue = *(std::max_element(multipleList_.begin(), multipleList_.end())); in ResetCount() local
/base/global/i18n/frameworks/intl/src/
Dplural_rules.cpp51 int PluralRules::GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultVa… in GetValidInteger()
/base/telephony/core_service/services/sim/test/
Dtest.cpp298 int maxValue = static_cast<int>(max); in Among() local
305 int maxValue = static_cast<int>(max); in AmongLock() local
325 int maxValue = static_cast<int>(max); in AmongLockType() local
332 int maxValue = static_cast<int>(max); in AmongPersoLockType() local
/base/global/i18n_lite/frameworks/i18n/src/
Ddate_time_format_impl.cpp389 void DateTimeFormatImpl::ZeroPadding(string &appendTo, uint32_t minValue, uint32_t maxValue, int32_… in ZeroPadding()