Home
last modified time | relevance | path

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

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