Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp57 bool LoadSymbolInitCJRuntime(void* handle, CJRuntimeAPI& apis) in LoadSymbolInitCJRuntime()
68 bool LoadSymbolInitUIScheduler(void* handle, CJRuntimeAPI& apis) in LoadSymbolInitUIScheduler()
79 bool LoadSymbolRunUIScheduler(void* handle, CJRuntimeAPI& apis) in LoadSymbolRunUIScheduler()
90 bool LoadSymbolFiniCJRuntime(void* handle, CJRuntimeAPI& apis) in LoadSymbolFiniCJRuntime()
101 bool LoadSymbolInitCJLibrary(void* handle, CJRuntimeAPI& apis) in LoadSymbolInitCJLibrary()
112 bool LoadSymbolRegisterEventHandlerCallbacks(void* handle, CJRuntimeAPI& apis) in LoadSymbolRegisterEventHandlerCallbacks()
124 bool LoadSymbolRegisterCJUncaughtExceptionHandler(void* handle, CJRuntimeAPI& apis) in LoadSymbolRegisterCJUncaughtExceptionHandler()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h109 UTILS_DL_LIST apis; member