Home
last modified time | relevance | path

Searched refs:GetClickId (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1923 if (!GetClickId().IsEmpty() || !GetDoubleClickId().IsEmpty() || !GetLongPressId().IsEmpty() || in UpdateGestureEventComponent()
1930 gestureEventComponent_->SetOnClickId(GetClickId()); in UpdateGestureEventComponent()
1965 if (!focusable && GetClickId().IsEmpty() && !supportFocus && !supportBlur && !supportKey && !HasFocusPseudo()) { in UpdateFocusableEventComponents()
1977 focusableEventComponent_->SetOnClickId(GetClickId()); in UpdateFocusableEventComponents()
2156 if (!declaration_ || GetClickId().IsEmpty()) { in UpdateMultimodalComponent()
2168 multimodalComponent_->SetOnClickId(GetClickId()); in UpdateMultimodalComponent()
H A Ddom_node.h650 // Confirm declaration is exist before call GetClickId and GetLongPressId.
651 virtual const EventMarker& GetClickId() in GetClickId() function in OHOS::Ace::Framework::DOMNode

Completed in 6 milliseconds