Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dclip_test.cpp55 float* maxValue = new (std::nothrow) float [1]{10.0f}; in SaveMax() local
179 int64_t* maxValue = new (std::nothrow) int64_t [1]{10}; variable
295 float maxValue = 10.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_model_ng.h25 DataPanelConfiguration(std::vector<double>& values, double maxValue, bool enabled) in DataPanelConfiguration()
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/src/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h35 void SetMaxValue(double maxValue) in SetMaxValue()
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_env.cpp114 int maxValue = 0; in InitBrightness() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_progress.cpp35 void NotificationProgress::SetMaxValue(int32_t maxValue) in SetMaxValue()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_range.cpp55 void ScanRange::SetMaxValue(const int32_t &maxValue) in SetMaxValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h94 std::shared_ptr<Value> maxValue; variable
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Devent_config.cpp121 uint32_t maxValue = STORAGE_ROM_NUMS_MAX_VALUE; in ParseEventConfig() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dnine_patch_listener.cpp41 static void ScaleDivRange(int32_t *divs, int32_t count, float scale, int32_t maxValue) in ScaleDivRange()
/ohos5.0/drivers/peripheral/audio/hdi_service/vendor_interface/utils/
H A Daudio_uhdf_log.h87 #define CHECK_VALID_RANGE_RETURN(value, minValue, maxValue, ret) \ argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_model_ng.cpp100 auto maxValue = progressPaintProperty->GetMaxValue(); in SetValue() local
204 auto maxValue = progressPaintProperty->GetMaxValue(); in SetText() local
264 …gressModelNG::SetTextDefaultStyle(const RefPtr<FrameNode>& textNode, double value, double maxValue) in SetTextDefaultStyle()
349 auto maxValue = progressPaintProperty->GetMaxValue(); in SetValue() local
456 auto maxValue = progressPaintProperty->GetMaxValue(); in SetText() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dadc_virtual.c26 uint32_t maxValue; member
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dplural_rules.cpp47 int PluralRules::GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultVa… in GetValidInteger()
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp190 int32_t maxValue = *(std::max_element(multipleList_.begin(), multipleList_.end())); in ResetCount() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dslider_tdd_test.cpp82 jerry_value_t maxValue = jerry_create_number(expectMaxValue); in ComponentSliderAttributeMaxTest002() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp66 double maxValue = max; in FfiOHOSAceFrameworkDataPanelCreate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp133 float maxValue) in ParseAnimationFloatArray()
209 float defaultValue, float minValue, float maxValue) in ParseFloatCurveConfig()
224 float defaultValue, float minValue, float maxValue) in ParseFloatUpdater()
257 float defaultValue, float minValue, float maxValue) in ParseFloatInitRange()
300 float defaultValue, float minValue, float maxValue) in ParseFloatOption()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1163 int32_t maxValue = 1; variable
1194 int32_t maxValue = 10; variable
1224 int32_t maxValue = 10; variable
1255 uint32_t maxValue = 10; variable
1286 int64_t maxValue = 10; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.h34 double maxValue = 0.0; member
H A Ddata_panel_component.h354 void SetMaxValue(double maxValue) in SetMaxValue()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/metadata_utils/
H A Dmetadata_utils_fuzzer.cpp77 uint32_t maxValue = std::numeric_limits<uint32_t>::max(); in GetMinInputSize() local
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dutil.h87 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp56 std::optional<double> maxValue = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.cpp105 auto maxValue = layoutProperty->GetMaxValue(100.0f); in SetMinResponsiveDistance() local
422 auto maxValue = layoutProperty->GetMaxValue(100.0f); in SetMinResponsiveDistance() local
565 auto maxValue = paintProperty->GetMaxValue(100.0f); in SetValidSlideRange() local

12