Home
last modified time | relevance | path

Searched refs:LIBHANDLE (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/napi/module_manager/
Dnative_module_manager.h34 using LIBHANDLE = HMODULE; variable
39 using LIBHANDLE = void*; variable
105LIBHANDLE LoadModuleLibrary(std::string &moduleKey, const char* path, const char* pathKey, const b…
106 bool UnloadModuleLibrary(LIBHANDLE handle);
107 bool CloseModuleLibrary(LIBHANDLE handle);
110 void EmplaceModuleLib(std::string moduleKey, LIBHANDLE lib);
112 LIBHANDLE GetNativeModuleHandle(const std::string &moduleKey) const;
136 std::map<std::string, const LIBHANDLE> moduleLibMap_;
Dnative_module_manager.cpp110 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()
133 LIBHANDLE NativeModuleManager::GetNativeModuleHandle(const std::string &moduleKey) const in GetNativeModuleHandle()
156 LIBHANDLE handle = GetNativeModuleHandle(moduleKey); in UnloadNativeModule()
636 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
644 LIBHANDLE lib = nullptr; in LoadModuleLibrary()
687 bool NativeModuleManager::UnloadModuleLibrary(LIBHANDLE handle) in UnloadModuleLibrary()
726 LIBHANDLE lib = LoadModuleLibrary(moduleKey, loadPath, path, isAppModule); in FindNativeModuleByDisk()
/foundation/arkui/napi/module_manager/test/mock/src/
Dmock_native_module_manager.cpp23 LIBHANDLE g_mockLoadModuleLibrary = nullptr;
38 void MockLoadModuleLibrary(LIBHANDLE handle) in MockLoadModuleLibrary()
64 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
Dutils.h22 using LIBHANDLE = HMODULE; variable
28 using LIBHANDLE = void*; variable
Ddeclarative_module_preloader.cpp37 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in InitAceModule()
63 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in InitAceModuleCard()
84 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in ReloadAceModuleCard()
Dui_content.cpp48 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in CreateUIContent()
65 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in CreateUIContent()
86 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in CreateUIContent()
Dhot_reloader.cpp37 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in InitAceModule()
Dserializeable_object.cpp38 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in CreateNodeObjectInner()
/foundation/arkui/napi/module_manager/test/mock/include/
Dmock_native_module_manager.h29 void MockLoadModuleLibrary(LIBHANDLE handle);