Home
last modified time | relevance | path

Searched refs:GetMaxValue (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dprogress_mask_property.h37 float GetMaxValue() const in GetMaxValue() function
75 maxValue_ == other.GetMaxValue() &&
83 maxValue_ = other.GetMaxValue();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp28 { "max", [](const GaugeComposedElement& inspector) { return inspector.GetMaxValue(); } }, in __anon021f30250302()
41 DumpLog::GetInstance().AddDesc(std::string("max: ").append(GetMaxValue())); in Dump()
67 std::string GaugeComposedElement::GetMaxValue() const in GetMaxValue() function in OHOS::Ace::V2::GaugeComposedElement
71 return StringUtils::DoubleToString(renderProgress->GetMaxValue()); in GetMaxValue()
H A Dgauge_composed_element.h35 std::string GetMaxValue() const;
H A Ddata_panel_composed_element.cpp81 return std::to_string(render->GetMaxValue()); in GetMax()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h85 double GetMaxValue() const in GetMaxValue() function
87 return data_.GetMaxValue(); in GetMaxValue()
H A Drender_progress.h43 double GetMaxValue() const in GetMaxValue() function
H A Drender_progress.cpp25 max_ = progress->GetMaxValue(); in Update()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dattr_data.h69 uint32_t GetMaxValue(uint32_t &value) const;
71 uint32_t GetMaxValue(const std::string *&value) const;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp391 if ((lhs.GetMaxValue(lhsValue) != SUCCESS) || (rhs.GetMaxValue(rhsValue) != SUCCESS)) { in CompareUint32Priority()
434 if ((lhs.GetMaxValue(lhsValue) != SUCCESS) || (rhs.GetMaxValue(rhsValue) != SUCCESS)) { in CompareStringPriority()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h56 double GetMaxValue() const in GetMaxValue() function
58 return data_.GetMaxValue(); in GetMaxValue()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dattr_data_test.cpp480 uint32_t ret = aData.GetMaxValue(v);
495 uint32_t ret = aData.GetMaxValue(v);
1070 uint32_t res = aData.GetMaxValue(v);
1088 uint32_t res = aData.GetMaxValue(v);
1158 uint32_t res = aData.GetMaxValue(value1);
1176 uint32_t res = aData.GetMaxValue(value1);
1192 uint32_t res = aData.GetMaxValue(value1);
1367 ret = attrData.GetMaxValue(value1);
1392 ret = attrData.GetMaxValue(value1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_accessibility_property.cpp31 accessibilityValue.max = progressPaintProperty->GetMaxValue().value_or(0); in GetAccessibilityValue()
H A Dprogress_paint_property.cpp43 …json->PutExtAttr("total", std::to_string(GetMaxValue().value_or(PROGRSS_MAX_VALUE)).c_str(), filte… in ToJsonValue()
72 jsonValue->Put("total", std::to_string(GetMaxValue().value_or(PROGRSS_MAX_VALUE)).c_str()); in ProgressOptions()
H A Dprogress_model_ng.cpp100 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()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_progress.h35 int32_t GetMaxValue() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_range.h43 [[nodiscard]] int32_t GetMaxValue() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h75 double GetMaxValue() const in GetMaxValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.h32 float GetMaxValue();
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_range.cpp70 int32_t ScanRange::GetMaxValue() const in GetMaxValue() function in OHOS::Scan::ScanRange
H A Dscan_range_helper.cpp32 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_RANGE_MAXVALUE, range.GetMaxValue()); in MakeJsObject()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_progress_test.cpp41 EXPECT_EQ(0xffffffff, notificationProgress.GetMaxValue());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_test_ng.cpp169 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
427 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
460 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
1576 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
1609 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
1642 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
1675 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
1708 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
1741 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX_DEFAULT);
1774 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX_INFINITE_VALUE);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h49 double GetMaxValue() const in GetMaxValue() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_progress.cpp30 int32_t NotificationProgress::GetMaxValue() const in GetMaxValue() function in OHOS::Notification::NotificationProgress
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dprogress_model_impl.cpp60 auto maxValue_ = progress->GetMaxValue(); in SetValue()

12