Home
last modified time | relevance | path

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

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