/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | progress_mask_property.h | 37 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 D | gauge_composed_element.cpp | 28 { "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 D | gauge_composed_element.h | 35 std::string GetMaxValue() const;
|
H A D | data_panel_composed_element.cpp | 81 return std::to_string(render->GetMaxValue()); in GetMax()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.h | 85 double GetMaxValue() const in GetMaxValue() function 87 return data_.GetMaxValue(); in GetMaxValue()
|
H A D | render_progress.h | 43 double GetMaxValue() const in GetMaxValue() function
|
H A D | render_progress.cpp | 25 max_ = progress->GetMaxValue(); in Update()
|
/ohos5.0/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;
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | slider_component.h | 56 double GetMaxValue() const in GetMaxValue() function 58 return data_.GetMaxValue(); in GetMaxValue()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | attr_data_test.cpp | 480 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 D | progress_accessibility_property.cpp | 31 accessibilityValue.max = progressPaintProperty->GetMaxValue().value_or(0); in GetAccessibilityValue()
|
H A D | progress_paint_property.cpp | 43 …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 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()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_progress.h | 35 int32_t GetMaxValue() const;
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scan_range.h | 43 [[nodiscard]] int32_t GetMaxValue() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | progress_data.h | 75 double GetMaxValue() const in GetMaxValue() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.h | 32 float GetMaxValue();
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_range.cpp | 70 int32_t ScanRange::GetMaxValue() const in GetMaxValue() function in OHOS::Scan::ScanRange
|
H A D | scan_range_helper.cpp | 32 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_RANGE_MAXVALUE, range.GetMaxValue()); in MakeJsObject()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_progress_test.cpp | 41 EXPECT_EQ(0xffffffff, notificationProgress.GetMaxValue());
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/ |
H A D | data_panel_test_ng.cpp | 169 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 D | watch_slider_component.h | 49 double GetMaxValue() const in GetMaxValue() function
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_progress.cpp | 30 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 D | progress_model_impl.cpp | 60 auto maxValue_ = progress->GetMaxValue(); in SetValue()
|