Home
last modified time | relevance | path

Searched refs:GetBadgeLabel (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Dbadge_component.cpp90 const std::optional<std::string>& BadgeComponent::GetBadgeLabel() const in GetBadgeLabel() function in OHOS::Ace::BadgeComponent
92 return declaration_->GetBadgeLabel(); in GetBadgeLabel()
H A Dbadge_component.h46 const std::optional<std::string>& GetBadgeLabel() const;
H A Drender_badge.cpp74 auto badgeLabel = badge_->GetBadgeLabel(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbadge_composed_element.cpp111 auto label = badgeComponent->GetBadgeLabel(); in GetLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h81 const std::optional<std::string>& GetBadgeLabel() const in GetBadgeLabel() function