Home
last modified time | relevance | path

Searched refs:badgeLabel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h32 std::optional<std::string> badgeLabel; member
84 return attribute.badgeLabel; in GetBadgeLabel()
226 void SetBadgeLabel(const std::string& badgeLabel) in SetBadgeLabel() argument
229 attribute.badgeLabel = badgeLabel; in SetBadgeLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Dbadge_component.cpp185 void BadgeComponent::SetBadgeLabel(const std::string& badgeLabel) in SetBadgeLabel() argument
187 declaration_->SetBadgeLabel(badgeLabel); in SetBadgeLabel()
H A Drender_badge.cpp74 auto badgeLabel = badge_->GetBadgeLabel(); in Update() local
99 showMessage_ = ParseBadgeStatus(badgeLabel, messageCount, countLimit); in Update()
H A Dbadge_component.h65 void SetBadgeLabel(const std::string& badgeLabel);