Searched refs:GetRatingScore (Results 1 – 10 of 10) sorted by relevance
122 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 …]
196 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();
35 accessibilityValue.current = ratingRenderProperty->GetRatingScore().value_or(0); in GetAccessibilityValue()46 return std::to_string(ratingRenderProperty->GetRatingScore().value_or(0)); in GetText()
50 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()
61 return std::to_string(renderRating->GetRatingScore()); in GetRating()
64 double GetRatingScore() const in GetRatingScore() function
121 double GetRatingScore() const in GetRatingScore() function
76 double GetRatingScore() const in GetRatingScore() function
33 ratingScore_ = rating->GetRatingScore(); in Update()
137 ratingChild_->SetRatingScore(theme->GetRatingScore()); in SetThemeAttrs()