Home
last modified time | relevance | path

Searched refs:LIST_ITEM_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.cpp478 const ComponentAsyncEventHandler LIST_ITEM_NODE_ASYNC_EVENT_HANDLERS[] = { variable
878 … if (subKind >= sizeof(LIST_ITEM_NODE_ASYNC_EVENT_HANDLERS) / sizeof(ComponentAsyncEventHandler)) { in NotifyComponentAsyncEvent()
882 eventHandle = LIST_ITEM_NODE_ASYNC_EVENT_HANDLERS[subKind]; in NotifyComponentAsyncEvent()