Searched defs:maxValue (Results 1 – 12 of 12) sorted by relevance
| /base/sensors/sensor/vibration_convert/core/utils/src/ |
| D | utils.cpp | 135 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/ |
| D | updater_ui_env.cpp | 114 int maxValue = 0; in InitBrightness() local
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_progress.cpp | 35 void NotificationProgress::SetMaxValue(int32_t maxValue) in SetMaxValue()
|
| /base/print/print_fwk/frameworks/helper/scan_helper/src/ |
| D | scan_range.cpp | 55 void ScanRange::SetMaxValue(const int32_t &maxValue) in SetMaxValue()
|
| /base/security/security_guard/services/config_manager/src/ |
| D | event_config.cpp | 121 uint32_t maxValue = STORAGE_ROM_NUMS_MAX_VALUE; in ParseEventConfig() local
|
| /base/global/i18n/frameworks/intl/src/ |
| D | plural_rules.cpp | 47 int PluralRules::GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultVa… in GetValidInteger()
|
| /base/powermgr/thermal_manager/application/protector/src/ |
| D | thermal_protector_timer.cpp | 190 int32_t maxValue = *(std::max_element(multipleList_.begin(), multipleList_.end())); in ResetCount() local
|
| /base/msdp/device_status/utils/common/include/ |
| D | util.h | 85 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt()
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 299 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/ |
| D | scanhelper_fuzzer.cpp | 483 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/ |
| D | date_time_format_impl.cpp | 389 void DateTimeFormatImpl::ZeroPadding(string &appendTo, uint32_t minValue, uint32_t maxValue, int32_… in ZeroPadding()
|
| /base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/ |
| D | peak_finder.cpp | 672 …double maxValue = *std::max_element(triangularEnvelope.begin() + j, triangularEnvelope.begin() + j… in GetIsolatedEnvelope() local
|