Home
last modified time | relevance | path

Searched refs:GetMinValue (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp26 { "min", [](const GaugeComposedElement& inspector) { return inspector.GetMinValue(); } },
39 DumpLog::GetInstance().AddDesc(std::string("min: ").append(GetMinValue())); in Dump()
73 std::string GaugeComposedElement::GetMinValue() const in GetMinValue() function in OHOS::Ace::V2::GaugeComposedElement
77 return StringUtils::DoubleToString(renderProgress->GetMinValue()); in GetMinValue()
H A Dgauge_composed_element.h36 std::string GetMinValue() const;
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h95 double GetMinValue() const in GetMinValue() function in OHOS::Ace::ProgressComponent
97 return data_.GetMinValue(); in GetMinValue()
H A Drender_progress.h47 double GetMinValue() const in GetMinValue() function in OHOS::Ace::RenderProgress
H A Drender_progress.cpp24 min_ = progress->GetMinValue(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h51 double GetMinValue() const in GetMinValue() function in OHOS::Ace::SliderComponent
53 return data_.GetMinValue(); in GetMinValue()
H A Drender_slider.cpp60 min_ = slider->GetMinValue(); in Update()
/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;
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h70 double GetMinValue() const in GetMinValue() function in OHOS::Ace::ProgressData
/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()
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h39 double GetMinValue() const in GetMinValue() function in OHOS::Ace::WatchSliderComponent
H A Drender_watch_slider.cpp78 min_ = sliderComponent->GetMinValue(); in Update()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dattr_data_test.cpp440 * @tc.desc: test GetMinValue and data type is uint32_t
449 uint32_t ret = aData.GetMinValue(v); in HWTEST_F()
456 * @tc.desc: test GetMinValue and data type is uint32_t
464 uint32_t ret = aData.GetMinValue(v); in HWTEST_F()
1017 * @tc.desc: test GetMinValue and data type is uint32_t range
1031 uint32_t res = aData.GetMinValue(v); in HWTEST_F()
1038 * @tc.desc: test GetMinValue and data type is uint32_t set
1049 uint32_t res = aData.GetMinValue(v); in HWTEST_F()
1095 * @tc.desc: test GetMinValue and data type is uint32_t set
1106 uint32_t res = aData.GetMinValue(value in HWTEST_F()
[all...]
/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
459 IMAGE_LOGE("GetMinValue: uint32Set is empty."); in GetMinValue()
470 IMAGE_LOGE("GetMinValue: invalid data type for uint32: %{public}d.", type_); in GetMinValue()
504 uint32_t AttrData::GetMinValue(const string *&value) const in GetMinValue() function in OHOS::MultimediaPlugin::AttrData
514 IMAGE_LOGE("GetMinValue: stringSet is empty."); in GetMinValue()
522 IMAGE_LOGE("GetMinValue: invalid data type for string: %{public}d.", type_); in GetMinValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.cpp102 auto minValue = layoutProperty->GetMinValue(0.0f); in SetMinResponsiveDistance()
419 auto minValue = layoutProperty->GetMinValue(0.0f); in SetMinResponsiveDistance()
562 auto minValue = paintProperty->GetMinValue(0.0f); in SetValidSlideRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp170 isMin ? gaugePaintProperty->GetMinValue(DEFAULT_MIN_VALUE) : gaugePaintProperty->GetMaxValue(DEFAULT_MAX_VALUE); in InitLimitValueText()
H A Dgauge_modifier.cpp58 float min = paintProperty->GetMinValue(); in UpdateValue()
92 min_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(paintProperty->GetMinValue()); in InitProperty()
139 min_->Set(paintProperty->GetMinValue()); in UpdateProperty()
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp182 EXPECT_EQ(paintProperty_->GetMinValue(), MIN); in HWTEST_F()
216 EXPECT_EQ(paintProperty_->GetMinValue(), MIN); in HWTEST_F()

Completed in 17 milliseconds