Home
last modified time | relevance | path

Searched refs:LOADSYM (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Ddeclarative_module_preloader.cpp33 auto entry = reinterpret_cast<CreateFunc>(LOADSYM(handle, PRE_INIT_ACE_MODULE_FUNC)); in InitAceModule()
59 auto entry = reinterpret_cast<CreateFuncCard>(LOADSYM(handle, PRE_INIT_ACE_MODULE_FUNC_CARD)); in InitAceModuleCard()
82 auto entry = reinterpret_cast<CreateFuncCard>(LOADSYM(handle, RELOAD_ACE_MODULE_FUNC_CARD)); in ReloadAceModuleCard()
109 auto entry = reinterpret_cast<CreateFuncWorker>(LOADSYM(handle, PRE_INIT_ACE_MODULE_FUNC_WORKER)); in InitAceModuleWorker()
H A Dui_event_func.cpp33 registerFunc_ = reinterpret_cast<RegisterUIEventObserverFunc>(LOADSYM(handle_, REGISTER_UI_EVENT_OBSERVER_FUNC)); in UIEventFunc()
35 reinterpret_cast<UnregisterUIEventObserverFunc>(LOADSYM(handle_, UNREGISTER_UI_EVENT_OBSERVER_FUNC)); in UIEventFunc()
36 getPropFunc_ = reinterpret_cast<GetNodePropertyFunc>(LOADSYM(handle_, GET_NODE_PROPERTY_FUNC)); in UIEventFunc()
38 reinterpret_cast<GetSimplifiedInspectorTreeFunc>(LOADSYM(handle_, GET_SIMPLIFIED_INSPECTOR_TREE_FUNC)); in UIEventFunc()
H A Dui_content.cpp46 auto entry = reinterpret_cast<CreateCardFunc>(LOADSYM(handle, Card_CREATE_FUNC)); in CreateUIContent()
63 auto entry = reinterpret_cast<CreateFunc>(LOADSYM(handle, UI_CONTENT_CREATE_FUNC)); in CreateUIContent()
84 auto entry = reinterpret_cast<CreateFunction>(LOADSYM(handle, SUB_WINDOW_UI_CONTENT_CREATE_FUNC)); in CreateUIContent()
136 auto entry = reinterpret_cast<GetUIContentFunc>(LOADSYM(handle, GET_UI_CONTENT_CREATE_FUNC)); in GetUIContent()
153 auto entry = reinterpret_cast<GetCurrentUIStackInfoFunction>(LOADSYM(handle, "OHOS_ACE_GetCurrentUIStackInfo")); in GetCurrentUIStackInfo()
H A Dutils.h25 #define LOADSYM(libHandle, symbol) GetProcAddress(libHandle, symbol) macro
31 #define LOADSYM(libHandle, symbol) dlsym(libHandle, symbol)
H A Dhot_reloader.cpp33 auto entry = reinterpret_cast<ReloadFunc>(LOADSYM(handle, HOT_RELOAD_FUNC)); in InitAceModule()
H A Dnavigation_controller.cpp35 auto entry = reinterpret_cast<GetNavigationControllerFunc>(LOADSYM(handle, GET_NAVIGATION_CONTROL_FUNC)); in GetNavigationController()
H A Dserializeable_object.cpp34 auto entry = reinterpret_cast<CreateFunction>(LOADSYM(handle, NODE_OBJECT_CREATE_FUNC)); in CreateNodeObjectInner()
/foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/
H A Dcj_utils.cpp36 auto createFunc = reinterpret_cast<GetCJFrontendCreateFunc>(LOADSYM(handle, CJ_FRONTEND_CREATE_FUNC)); in LoadCjFrontend()
38 LOGE("LOADSYM CJ_FRONTEND_CREATE_FUNC failed"); in LoadCjFrontend()

Completed in 3 milliseconds