Home
last modified time | relevance | path

Searched refs:GetRatingScore (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_content_modifier_test_ng.cpp122 ratingScore = ratingRenderProperty->GetRatingScore().value();
203 ratingScore = ratingRenderProperty->GetRatingScore().value();
242 ratingScore = ratingRenderProperty->GetRatingScore().value();
281 ratingScore = ratingRenderProperty->GetRatingScore().value();
320 ratingScore = ratingRenderProperty->GetRatingScore().value();
359 ratingScore = ratingRenderProperty->GetRatingScore().value();
398 ratingScore = ratingRenderProperty->GetRatingScore().value();
437 ratingScore = ratingRenderProperty->GetRatingScore().value();
476 ratingScore = ratingRenderProperty->GetRatingScore().value();
515 ratingScore = ratingRenderProperty->GetRatingScore().value();
[all …]
H A Drating_test_ng.cpp196 EXPECT_EQ(ratingRenderProperty->GetRatingScore().value_or(0.0), DEFAULT_RATING_SCORE);
218 EXPECT_EQ(ratingRenderProperty->GetRatingScore().value_or(0.0), RATING_SCORE);
264 … EXPECT_EQ(ratingRenderProperty->GetRatingScore().value_or(DEFAULT_RATING_SCORE), RATING_SCORE_2);
1392 ratingScore = ratingRenderProperty->GetRatingScore().value();
1431 ratingScore = ratingRenderProperty->GetRatingScore().value();
1470 ratingScore = ratingRenderProperty->GetRatingScore().value();
1509 ratingScore = ratingRenderProperty->GetRatingScore().value();
1548 ratingScore = ratingRenderProperty->GetRatingScore().value();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_accessibility_property.cpp35 accessibilityValue.current = ratingRenderProperty->GetRatingScore().value_or(0); in GetAccessibilityValue()
46 return std::to_string(ratingRenderProperty->GetRatingScore().value_or(0)); in GetText()
H A Drating_pattern.cpp50 themeRatingScore_ = ratingTheme->GetRatingScore(); in OnAttachToFrameNode()
259 if (LessOrEqual(ratingRenderProperty->GetRatingScore().value(), 0.0)) { in ConstrainsRatingScore()
273 const double ratingScore = ratingRenderProperty->GetRatingScore().value_or(themeRatingScore_); in ConstrainsRatingScore()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Drating_composed_element.cpp61 return std::to_string(renderRating->GetRatingScore()); in GetRating()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h64 double GetRatingScore() const in GetRatingScore() function
H A Drating_theme.h121 double GetRatingScore() const in GetRatingScore() function
H A Drender_rating.h76 double GetRatingScore() const in GetRatingScore() function
H A Drender_rating.cpp33 ratingScore_ = rating->GetRatingScore(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp137 ratingChild_->SetRatingScore(theme->GetRatingScore()); in SetThemeAttrs()