Searched refs:LOADSYM (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | declarative_module_preloader.cpp | 33 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 D | ui_event_func.cpp | 33 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 D | ui_content.cpp | 46 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 D | utils.h | 25 #define LOADSYM(libHandle, symbol) GetProcAddress(libHandle, symbol) macro 31 #define LOADSYM(libHandle, symbol) dlsym(libHandle, symbol)
|
H A D | hot_reloader.cpp | 33 auto entry = reinterpret_cast<ReloadFunc>(LOADSYM(handle, HOT_RELOAD_FUNC)); in InitAceModule()
|
H A D | navigation_controller.cpp | 35 auto entry = reinterpret_cast<GetNavigationControllerFunc>(LOADSYM(handle, GET_NAVIGATION_CONTROL_FUNC)); in GetNavigationController()
|
H A D | serializeable_object.cpp | 34 auto entry = reinterpret_cast<CreateFunction>(LOADSYM(handle, NODE_OBJECT_CREATE_FUNC)); in CreateNodeObjectInner()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/ |
H A D | cj_utils.cpp | 36 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