Home
last modified time | relevance | path

Searched refs:EVENT_CLICK (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Devent_util.h57 static const char *EVENT_CLICK; variable
H A Devent_util.cpp34 const char *EventUtil::EVENT_CLICK = "click"; member in OHOS::ACELite::EventUtil
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h127 JSValue arg = EventUtil::CreateEvent(EventUtil::EVENT_CLICK, view, event); in OnClick()