Searched defs:ArkUIMultiThreadManagerAPI (Results 1 – 1 of 1) sorted by relevance
7404 struct ArkUIMultiThreadManagerAPI { struct7405 void (*setIsThreadSafeNodeScope)(ArkUI_Bool isThreadSafeNodeScope);7406 ArkUI_Bool (*checkNodeOnValidThread)(ArkUINodeHandle node);7407 ArkUI_Bool (*checkOnUIThread)();7408 ArkUI_Int32 (*postAsyncUITask)(ArkUI_Int32 contextId,7410 ArkUI_Int32 (*postUITask)(ArkUI_Int32 contextId, void* taskData, void(*task)(void* taskData));7411 …kUI_Int32 (*postUITaskAndWait)(ArkUI_Int32 contextId, void* taskData, void(*task)(void* taskData));