Searched refs:LIBHANDLE (Results 1 – 9 of 9) sorted by relevance
/foundation/arkui/napi/module_manager/ |
D | native_module_manager.h | 34 using LIBHANDLE = HMODULE; variable 39 using LIBHANDLE = void*; variable 105 …LIBHANDLE 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_;
|
D | native_module_manager.cpp | 110 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/ |
D | mock_native_module_manager.cpp | 23 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/ |
D | utils.h | 22 using LIBHANDLE = HMODULE; variable 28 using LIBHANDLE = void*; variable
|
D | declarative_module_preloader.cpp | 37 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()
|
D | ui_content.cpp | 48 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()
|
D | hot_reloader.cpp | 37 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in InitAceModule()
|
D | serializeable_object.cpp | 38 LIBHANDLE handle = LOADLIB(ACE_LIB_NAME); in CreateNodeObjectInner()
|
/foundation/arkui/napi/module_manager/test/mock/include/ |
D | mock_native_module_manager.h | 29 void MockLoadModuleLibrary(LIBHANDLE handle);
|