Home
last modified time | relevance | path

Searched defs:CJRuntimeAPI (Results 1 – 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/include/
Dcj_invoker.h32 struct CJRuntimeAPI { struct
33 int (*InitCJRuntime)(const struct RuntimeParam*);
34 void* (*InitUIScheduler)();
35 int (*RunUIScheduler)(unsigned long long);
36 int (*FiniCJRuntime)();
37 int (*InitCJLibrary)(const char*);
38 void (*RegisterEventHandlerCallbacks)(PostTaskType, HasHigherPriorityType);
39 void (*RegisterCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& handle);
40 void (*RegisterArkVMInRuntime)(unsigned long long);
41 void (*RegisterStackInfoCallbacks)(UpdateStackInfoFuncType);