Searched defs:apis (Results 1 – 2 of 2) sorted by relevance
57 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()
109 UTILS_DL_LIST apis; member