Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h543 void SetKeyBoardEventListener(jerry_value_t eventFunc, bool isStopPropagation);
H A Dcomponent.cpp1152 void Component::SetKeyBoardEventListener(jerry_value_t eventFunc, uint16_t eventTypeId) in SetKeyBoardEventListener() function in OHOS::ACELite::Component
1304 SetKeyBoardEventListener(funcValue, eventTypeId); in RegisterCommonEventListener()