Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_companion_node.cpp122 SendArkUIAsyncCustomEvent(&event); in OnMeasure()
139 SendArkUIAsyncCustomEvent(&event); in OnLayout()
159 SendArkUIAsyncCustomEvent(&event); in OnDraw()
179 SendArkUIAsyncCustomEvent(&event); in OnForegroundDraw()
199 SendArkUIAsyncCustomEvent(&event); in OnOverlayDraw()
H A Dnode_api.h33 void SendArkUIAsyncCustomEvent(struct ArkUICustomNodeEvent* event);
H A Dnode_span_modifier.cpp534 SendArkUIAsyncCustomEvent(&event); in SetCustomSpanOnMeasure()
566 SendArkUIAsyncCustomEvent(&event); in SetCustomSpanOnDraw()
H A Dnode_api.cpp2349 void SendArkUIAsyncCustomEvent(ArkUICustomNodeEvent* event) in SendArkUIAsyncCustomEvent() function