Searched refs:EVENT_CLICK (Results 1 – 3 of 3) sorted by relevance
57 static const char *EVENT_CLICK; variable
34 const char *EventUtil::EVENT_CLICK = "click"; member in OHOS::ACELite::EventUtil
127 JSValue arg = EventUtil::CreateEvent(EventUtil::EVENT_CLICK, view, event); in OnClick()