/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | rating_modifier.cpp | 52 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 D | js_rating.cpp | 137 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 D | rating_model_ng.h | 43 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 D | rating_model_ng.cpp | 58 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 D | rating_view.h | 32 static void SetForegroundSrc(const std::string& value);
|
H A D | rating_model.h | 38 virtual void SetForegroundSrc(const std::string& value, bool flag) = 0;
|
H A D | rating_view.cpp | 55 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 D | rating_model_impl.cpp | 92 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 D | rating_model_impl.h | 33 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 D | cj_rating_ffi.cpp | 59 RatingModel::GetInstance()->SetForegroundSrc(foregroundUri, foregroundisempty); in FfiOHOSAceFrameworkRatingSetStarStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
H A D | rating_test_ng.cpp | 162 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 D | rating_component.h | 118 void SetForegroundSrc(const std::string& foregroundSrc) in SetForegroundSrc() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_rating.cpp | 169 ratingChild_->SetForegroundSrc(foregroundSrc_.first); in PrepareSpecializedComponent()
|