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*) = 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 …]