Home
last modified time | relevance | path

Searched refs:SetForegroundSrc (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drating_modifier.cpp52 RatingModelNG::SetForegroundSrc(frameNode, "", true); in SetStarStyle()
54 RatingModelNG::SetForegroundSrc(frameNode, foregroundUriStr, false); in SetStarStyle()
86 RatingModelNG::SetForegroundSrc(frameNode, "", true); in ResetStarStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rating.cpp137 RatingModel::GetInstance()->SetForegroundSrc("", true); in SetStarStyle()
160 RatingModel::GetInstance()->SetForegroundSrc("", true); in SetStarStyle()
162 RatingModel::GetInstance()->SetForegroundSrc(foregroundUri, false); in SetStarStyle()
165 RatingModel::GetInstance()->SetForegroundSrc("", true); in SetStarStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_model_ng.h43 void SetForegroundSrc(const std::string& value, bool flag = false) override;
51 static void SetForegroundSrc(FrameNode* frameNode, const std::string& value, bool flag = false);
H A Drating_model_ng.cpp58 void RatingModelNG::SetForegroundSrc(const std::string& value, bool flag) in SetForegroundSrc() function in OHOS::Ace::NG::RatingModelNG
113 void RatingModelNG::SetForegroundSrc(FrameNode* frameNode, const std::string& value, bool flag) in SetForegroundSrc() function in OHOS::Ace::NG::RatingModelNG
H A Drating_view.h32 static void SetForegroundSrc(const std::string& value);
H A Drating_model.h38 virtual void SetForegroundSrc(const std::string& value, bool flag) = 0;
H A Drating_view.cpp55 void RatingView::SetForegroundSrc(const std::string& value) in SetForegroundSrc() function in OHOS::Ace::NG::RatingView
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drating_model_impl.cpp92 void RatingModelImpl::SetForegroundSrc(const std::string& value, bool flag) in SetForegroundSrc() function in OHOS::Ace::Framework::RatingModelImpl
96 ratingComponent->SetForegroundSrc(value); in SetForegroundSrc()
H A Drating_model_impl.h33 void SetForegroundSrc(const std::string& value, bool flag = false) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_rating_ffi.cpp59 RatingModel::GetInstance()->SetForegroundSrc(foregroundUri, foregroundisempty); in FfiOHOSAceFrameworkRatingSetStarStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_test_ng.cpp162 rating.SetForegroundSrc(RATING_FOREGROUND_URL);
303 rating.SetForegroundSrc(RATING_FOREGROUND_URL);
360 rating.SetForegroundSrc(RATING_FOREGROUND_URL);
528 rating.SetForegroundSrc("", true);
558 rating.SetForegroundSrc("", true);
612 rating.SetForegroundSrc(RATING_SVG_URL, false);
765 rating.SetForegroundSrc("", true);
1878 rating.SetForegroundSrc(frameNode, RATING_FOREGROUND_URL, false);
1890 rating.SetForegroundSrc(frameNode, RATING_FOREGROUND_URL, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h118 void SetForegroundSrc(const std::string& foregroundSrc) in SetForegroundSrc() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp169 ratingChild_->SetForegroundSrc(foregroundSrc_.first); in PrepareSpecializedComponent()