Searched defs:CJRuntimeAPI (Results 1 – 1 of 1) sorted by relevance
32 struct CJRuntimeAPI { struct33 int (*InitCJRuntime)(const struct RuntimeParam*) = nullptr;34 void* (*InitUIScheduler)() = nullptr;35 int (*RunUIScheduler)(unsigned long long) = nullptr;36 int (*FiniCJRuntime)() = nullptr;37 int (*InitCJLibrary)(const char*) = nullptr;38 void (*RegisterEventHandlerCallbacks)(PostTaskType, HasHigherPriorityType) = nullptr;39 void (*RegisterCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& handle) = nullptr;40 void (*RegisterArkVMInRuntime)(unsigned long long) = nullptr;41 void (*RegisterStackInfoCallbacks)(UpdateStackInfoFuncType) = nullptr;[all …]