Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/include/
H A Dcj_invoker.h31 struct CJRuntimeAPI { struct
32 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);