Home
last modified time | relevance | path

Searched defs:badgeValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_pattern.cpp51 auto badgeValue = layoutProperty->GetBadgeValue(); in OnModifyDone() local
122 auto badgeValue = layoutProperty->GetBadgeValue(); in DumpInfo() local
149 auto badgeValue = layoutProperty->GetBadgeValue(); in DumpSimplifyInfo() local
H A Dbadge_accessibility_property.cpp33 auto badgeValue = badgeLayoutProperty->GetBadgeValue(); in GetText() local
H A Dbadge_data.h29 std::optional<std::string> badgeValue; member