Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Devent.h107 struct CommonFocusEvent : Event { struct
H A Ddeclaration_constants.cpp102 const std::shared_ptr<CommonFocusEvent> DeclarationConstants::DEFAULT_FOCUS_EVENT =
103 std::make_shared<CommonFocusEvent>();
H A Ddeclaration_constants.h116 static const std::shared_ptr<CommonFocusEvent> DEFAULT_FOCUS_EVENT;
H A Ddeclaration.cpp1624 …auto& focusableEvent = declaration.MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in AddEvent()
1844 … auto& focusEvent = declaration.MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in AddEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp94 …auto& focusEvent = static_cast<CommonFocusEvent&>(declaration_->GetEvent(EventTag::COMMON_FOCUS_EV… in ~DOMNode()
1798 … auto& focusEvent = declaration_->MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in PrepareFocusableEventId()
1959 … auto& focusEvent = declaration_->MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in UpdateFocusableEventComponents()