Home
last modified time | relevance | path

Searched defs:moduleKey (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp179 std::string moduleKey = "this is moduleKey"; variable
298 std::string moduleKey = "aa"; variable
320 std::string moduleKey = "aa"; variable
341 std::string moduleKey = "aa"; variable
366 std::string moduleKey = "aa"; variable
402 std::string moduleKey = "aa"; variable
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp103 void NativeModuleManager::SetNativeEngine(std::string moduleKey, NativeEngine* nativeEngine) in SetNativeEngine()
110 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()
119 bool NativeModuleManager::RemoveModuleLib(const std::string moduleKey) in RemoveModuleLib()
144 bool NativeModuleManager::RemoveNativeModule(const std::string &moduleKey) in RemoveNativeModule()
153 bool NativeModuleManager::UnloadNativeModule(const std::string &moduleKey) in UnloadNativeModule()
636 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
717 std::string moduleKey(moduleName); in FindNativeModuleByDisk() local
779 bool NativeModuleManager::RemoveNativeModuleByCache(const std::string &moduleKey) in RemoveNativeModuleByCache()
/foundation/arkui/napi/module_manager/test/mock/src/
Dmock_native_module_manager.cpp64 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
/foundation/ability/ability_base/test/unittest/want/
Dwant_test.cpp3859 std::string moduleKey = "moduleName"; variable