Home
last modified time | relevance | path

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

/base/sensors/sensor/vibration_convert/core/utils/src/
Dutils.cpp134 double minValue = *min_element(values.begin(), values.end()); in NormalizePercentage() local
157 double minValue = 0.0; in NormalizePercentageMin() local
171 std::vector<int32_t> NormalizePercentageRange(const std::vector<double> &values, double minValue, d… in NormalizePercentageRange()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_range.cpp50 void ScanRange::SetMinValue(const int32_t &minValue) in SetMinValue()
/base/global/i18n/frameworks/intl/src/
Dplural_rules.cpp47 int PluralRules::GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultVa… in GetValidInteger()
/base/msdp/device_status/utils/common/include/
Dutil.h97 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt()
/base/telephony/core_service/services/sim/test/
Dtest.cpp299 int minValue = static_cast<int>(min); in Among() local
306 int minValue = static_cast<int>(min); in AmongLock() local
326 int minValue = static_cast<int>(min); in AmongLockType() local
333 int minValue = static_cast<int>(min); 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()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
Dscanhelper_fuzzer.cpp477 int32_t minValue = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetMinValue() local