Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp379 const ComponentAsyncEventHandler textInputNodeAsyncEventHandlers[] = { variable
763 … if (subKind >= sizeof(textInputNodeAsyncEventHandlers) / sizeof(ComponentAsyncEventHandler)) { in NotifyComponentAsyncEvent()
767 eventHandle = textInputNodeAsyncEventHandlers[subKind]; in NotifyComponentAsyncEvent()