Home
last modified time | relevance | path

Searched refs:GetMinValue (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp29 { "min", [](const GaugeComposedElement& inspector) { return inspector.GetMinValue(); } }, in __anon021f30250402()
42 DumpLog::GetInstance().AddDesc(std::string("min: ").append(GetMinValue())); in Dump()
76 std::string GaugeComposedElement::GetMinValue() const in GetMinValue() function in OHOS::Ace::V2::GaugeComposedElement
80 return StringUtils::DoubleToString(renderProgress->GetMinValue()); in GetMinValue()
H A Dgauge_composed_element.h36 std::string GetMinValue() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h95 double GetMinValue() const in GetMinValue() function
97 return data_.GetMinValue(); in GetMinValue()
H A Drender_progress.h47 double GetMinValue() const in GetMinValue() function
H A Drender_progress.cpp24 min_ = progress->GetMinValue(); in Update()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dattr_data.h68 uint32_t GetMinValue(uint32_t &value) const;
70 uint32_t GetMinValue(const std::string *&value) const;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp375 if ((lhs.GetMinValue(lhsValue) != SUCCESS) || (rhs.GetMinValue(rhsValue) != SUCCESS)) { in CompareUint32Priority()
413 if ((lhs.GetMinValue(lhsValue) != SUCCESS) || (rhs.GetMinValue(rhsValue) != SUCCESS)) { in CompareStringPriority()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h51 double GetMinValue() const in GetMinValue() function
53 return data_.GetMinValue(); in GetMinValue()
H A Drender_slider.cpp60 min_ = slider->GetMinValue(); in Update()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dattr_data_test.cpp449 uint32_t ret = aData.GetMinValue(v);
464 uint32_t ret = aData.GetMinValue(v);
1031 uint32_t res = aData.GetMinValue(v);
1049 uint32_t res = aData.GetMinValue(v);
1106 uint32_t res = aData.GetMinValue(value1);
1124 uint32_t res = aData.GetMinValue(value1);
1140 uint32_t res = aData.GetMinValue(value1);
1363 uint32_t ret = attrData.GetMinValue(value1);
1388 uint32_t ret = attrData.GetMinValue(value1);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_range.h41 [[nodiscard]] int32_t GetMinValue() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h70 double GetMinValue() const in GetMinValue() function
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_range.cpp65 int32_t ScanRange::GetMinValue() const in GetMinValue() function in OHOS::Scan::ScanRange
H A Dscan_range_helper.cpp31 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_RANGE_MINVALUE, range.GetMinValue()); in MakeJsObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h39 double GetMinValue() const in GetMinValue() function
H A Drender_watch_slider.cpp80 min_ = sliderComponent->GetMinValue(); in Update()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dattr_data.cpp449 uint32_t AttrData::GetMinValue(uint32_t &value) const in GetMinValue() function in OHOS::MultimediaPlugin::AttrData
504 uint32_t AttrData::GetMinValue(const string *&value) const in GetMinValue() function in OHOS::MultimediaPlugin::AttrData
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.cpp104 auto minValue = layoutProperty->GetMinValue(0.0f); in SetMinResponsiveDistance()
421 auto minValue = layoutProperty->GetMinValue(0.0f); in SetMinResponsiveDistance()
564 auto minValue = paintProperty->GetMinValue(0.0f); in SetValidSlideRange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp172 …isMin ? gaugePaintProperty->GetMinValue(DEFAULT_MIN_VALUE) : gaugePaintProperty->GetMaxValue(DEFAU… in InitLimitValueText()
H A Dgauge_modifier.cpp68 float min = paintProperty->GetMinValue(); in UpdateValue()
102 min_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(paintProperty->GetMinValue()); in InitProperty()
149 min_->Set(paintProperty->GetMinValue()); in UpdateProperty()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp182 EXPECT_EQ(paintProperty_->GetMinValue(), MIN);
216 EXPECT_EQ(paintProperty_->GetMinValue(), MIN);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp479 minValue = range.GetMinValue(); in TestSetMinValue()