Home
last modified time | relevance | path

Searched refs:SetClickEventListener (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h535 void SetClickEventListener(UIView& view, const jerry_value_t eventFunc, bool isStopPropagation);
H A Dcomponent.cpp1126 void Component::SetClickEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopPropa… in SetClickEventListener() function in OHOS::ACELite::Component
1278 SetClickEventListener(view, funcValue, isStopPropagation); in RegisterCommonEventListener()