/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | progress_mask_property.h | 37 float GetMaxValue() const in GetMaxValue() function in OHOS::Ace::NG::ProgressMaskProperty 75 maxValue_ == other.GetMaxValue() && in operator ==() 83 maxValue_ = other.GetMaxValue(); in operator =()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | gauge_composed_element.cpp | 25 { "max", [](const GaugeComposedElement& inspector) { return inspector.GetMaxValue(); } }, 38 DumpLog::GetInstance().AddDesc(std::string("max: ").append(GetMaxValue())); in Dump() 64 std::string GaugeComposedElement::GetMaxValue() const in GetMaxValue() function in OHOS::Ace::V2::GaugeComposedElement 68 return StringUtils::DoubleToString(renderProgress->GetMaxValue()); in GetMaxValue()
|
H A D | gauge_composed_element.h | 35 std::string GetMaxValue() const;
|
H A D | progress_composed_element.cpp | 79 return std::to_string(renderProgress->GetMaxValue()); in GetTotal()
|
H A D | data_panel_composed_element.cpp | 78 return std::to_string(render->GetMaxValue()); in GetMax()
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.h | 85 double GetMaxValue() const in GetMaxValue() function in OHOS::Ace::ProgressComponent 87 return data_.GetMaxValue(); in GetMaxValue()
|
H A D | render_progress.h | 43 double GetMaxValue() const in GetMaxValue() function in OHOS::Ace::RenderProgress
|
H A D | render_progress.cpp | 25 max_ = progress->GetMaxValue(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | slider_component.h | 56 double GetMaxValue() const in GetMaxValue() function in OHOS::Ace::SliderComponent 58 return data_.GetMaxValue(); in GetMaxValue()
|
/foundation/multimedia/image_framework/plugins/manager/include/ |
H A D | attr_data.h | 69 uint32_t GetMaxValue(uint32_t &value) const; 71 uint32_t GetMaxValue(const std::string *&value) const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_accessibility_property.cpp | 29 accessibilityValue.max = progressPaintProperty->GetMaxValue().value_or(0); in GetAccessibilityValue()
|
H A D | progress_paint_property.cpp | 38 json->PutExtAttr("total", std::to_string(GetMaxValue().value_or(PROGRSS_MAX_VALUE)).c_str(), filter); in ToJsonValue() 67 jsonValue->Put("total", std::to_string(GetMaxValue().value_or(PROGRSS_MAX_VALUE)).c_str()); in ProgressOptions()
|
H A D | progress_paint_method.h | 65 maxValue_ = paintProperty->GetMaxValue().value_or(maxValue_);
|
H A D | progress_model_ng.cpp | 100 auto maxValue = progressPaintProperty->GetMaxValue(); in SetValue() 204 auto maxValue = progressPaintProperty->GetMaxValue(); in SetText() 349 auto maxValue = progressPaintProperty->GetMaxValue(); in SetValue() 456 auto maxValue = progressPaintProperty->GetMaxValue(); in SetText()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | progress_data.h | 75 double GetMaxValue() const in GetMaxValue() function in OHOS::Ace::ProgressData
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.h | 32 float GetMaxValue();
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | impl_class_mgr.cpp | 391 if ((lhs.GetMaxValue(lhsValue) != SUCCESS) || (rhs.GetMaxValue(rhsValue) != SUCCESS)) { in CompareUint32Priority() 434 if ((lhs.GetMaxValue(lhsValue) != SUCCESS) || (rhs.GetMaxValue(rhsValue) != SUCCESS)) { in CompareStringPriority()
|
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/ |
H A D | watch_slider_component.h | 49 double GetMaxValue() const in GetMaxValue() function in OHOS::Ace::WatchSliderComponent
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | attr_data_test.cpp | 471 * @tc.desc: test GetMaxValue and data type is uint32_t 480 uint32_t ret = aData.GetMaxValue(v); in HWTEST_F() 487 * @tc.desc: test GetMaxValue and data type is uint32_t 495 uint32_t ret = aData.GetMaxValue(v); in HWTEST_F() 1056 * @tc.desc: test GetMaxValue and data type is uint32_t range 1070 uint32_t res = aData.GetMaxValue(v); in HWTEST_F() 1077 * @tc.desc: test GetMaxValue and data type is uint32_t set 1088 uint32_t res = aData.GetMaxValue(v); in HWTEST_F() 1147 * @tc.desc: test GetMaxValue and data type is uint32_t set 1158 uint32_t res = aData.GetMaxValue(value in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | render_data_panel.h | 188 double GetMaxValue() const in GetMaxValue() function in OHOS::Ace::RenderPercentageDataPanel
|
H A D | data_panel_component.h | 359 double GetMaxValue() const in GetMaxValue() function in OHOS::Ace::PercentageDataPanelComponent
|
H A D | render_data_panel.cpp | 253 maxValue_ = dataPanelComponent->GetMaxValue(); in Update()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | progress_model_impl.cpp | 58 auto maxValue_ = progress->GetMaxValue(); in SetValue()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/ |
H A D | data_panel_test_ng.cpp | 169 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 427 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 460 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 1576 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 1609 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 1642 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 1675 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 1708 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX); in HWTEST_F() 1741 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX_DEFAULT); in HWTEST_F() 1774 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX_INFINITE_VALU in HWTEST_F() [all...] |
/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | attr_data.cpp | 476 uint32_t AttrData::GetMaxValue(uint32_t &value) const in GetMaxValue() function in OHOS::MultimediaPlugin::AttrData 486 IMAGE_LOGE("GetMaxValue: GetMaxValue: uint32Set is empty."); in GetMaxValue() 498 IMAGE_LOGE("GetMaxValue: invalid data type for uint32: %{public}d.", type_); in GetMaxValue() 528 uint32_t AttrData::GetMaxValue(const string *&value) const in GetMaxValue() function in OHOS::MultimediaPlugin::AttrData 538 IMAGE_LOGE("GetMaxValue: stringSet is empty."); in GetMaxValue() 546 IMAGE_LOGE("GetMaxValue: invalid data type for string: %{public}d.", type_); in GetMaxValue()
|