Searched defs:moduleKey (Results 1 – 4 of 4) sorted by relevance
179 std::string moduleKey = "this is moduleKey"; variable298 std::string moduleKey = "aa"; variable320 std::string moduleKey = "aa"; variable341 std::string moduleKey = "aa"; variable366 std::string moduleKey = "aa"; variable402 std::string moduleKey = "aa"; variable
103 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() local779 bool NativeModuleManager::RemoveNativeModuleByCache(const std::string &moduleKey) in RemoveNativeModuleByCache()
64 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
3859 std::string moduleKey = "moduleName"; variable