Searched defs:CJRuntimeAPI (Results 1 – 1 of 1) sorted by relevance
31 struct CJRuntimeAPI { struct32 int (*InitCJRuntime)(const struct RuntimeParam*);33 void* (*InitUIScheduler)();34 int (*RunUIScheduler)(unsigned long long);35 int (*FiniCJRuntime)();36 int (*InitCJLibrary)(const char*);37 void (*RegisterEventHandlerCallbacks)(PostTaskType, HasHigherPriorityType);38 void (*RegisterCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& handle);