Home
last modified time | relevance | path

Searched refs:onClickId_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Dmultimodal_component.h50 return onClickId_; in GetOnClickId()
54 onClickId_ = onClickId; in SetOnClickId()
69 EventMarker onClickId_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h56 return onClickId_; in GetOnClickId()
60 onClickId_ = onClickId; in SetOnClickId()
238 EventMarker onClickId_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Dgesture_listener_component.h51 return onClickId_; in GetOnClickId()
55 onClickId_ = onClickId; in SetOnClickId()
251 EventMarker onClickId_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h183 return onClickId_; in GetOnClick()
188 onClickId_ = onClickId; in SetOnClick()
403 RefPtr<Gesture> onClickId_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h168 return onClickId_; in GetClickEventMarker()
889 EventMarker onClickId_; variable
H A Daccessibility_node.cpp265 onClickId_ = EventMarker(std::to_string(nodeId_), event, pageId); in AddEvent()