Home
last modified time | relevance | path

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

/base/sensors/sensor/vibration_convert/core/utils/src/
Dutils.cpp135 double maxValue = *max_element(values.begin(), values.end()); in NormalizePercentage() local
158 double maxValue = *max_element(trimValues.begin(), trimValues.end()); in NormalizePercentageMin() local
171 …32_t> NormalizePercentageRange(const std::vector<double> &values, double minValue, double maxValue) in NormalizePercentageRange()
/base/update/updater/services/ui/
Dupdater_ui_env.cpp114 int maxValue = 0; in InitBrightness() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_progress.cpp35 void NotificationProgress::SetMaxValue(int32_t maxValue) in SetMaxValue()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_range.cpp55 void ScanRange::SetMaxValue(const int32_t &maxValue) in SetMaxValue()
/base/security/security_guard/services/config_manager/src/
Devent_config.cpp121 uint32_t maxValue = STORAGE_ROM_NUMS_MAX_VALUE; in ParseEventConfig() local
/base/global/i18n/frameworks/intl/src/
Dplural_rules.cpp47 int PluralRules::GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultVa… in GetValidInteger()
/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/msdp/device_status/utils/common/include/
Dutil.h85 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt()
/base/telephony/core_service/services/sim/test/
Dtest.cpp299 int maxValue = static_cast<int>(max); in Among() local
306 int maxValue = static_cast<int>(max); in AmongLock() local
326 int maxValue = static_cast<int>(max); in AmongLockType() local
333 int maxValue = static_cast<int>(max); in AmongPersoLockType() local
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
Dscanhelper_fuzzer.cpp483 int32_t maxValue = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetMaxValue() local
500 int32_t maxValue = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestScanRange() local
573 int32_t maxValue = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestScanRangeNapiInterface() 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()
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
Dpeak_finder.cpp672 …double maxValue = *std::max_element(triangularEnvelope.begin() + j, triangularEnvelope.begin() + j… in GetIsolatedEnvelope() local