Lines Matching defs:moduleKey
125 void NativeModuleManager::SetNativeEngine(std::string moduleKey, NativeEngine* nativeEngine) in SetNativeEngine()
135 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()
144 bool NativeModuleManager::RemoveModuleLib(const std::string moduleKey) in RemoveModuleLib()
169 void NativeModuleManager::EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib) in EmplaceModuleBuffer()
178 bool NativeModuleManager::RemoveModuleBuffer(const std::string moduleKey) in RemoveModuleBuffer()
203 bool NativeModuleManager::RemoveNativeModule(const std::string& moduleKey) in RemoveNativeModule()
214 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule()
948 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string& moduleKey, const char* path, in LoadModuleLibrary()
1012 const std::string& moduleKey, size_t &len) in GetFileBuffer()
1087 std::string moduleKey(moduleName); in FindNativeModuleByDisk() local
1201 void NativeModuleManager::RegisterByBuffer(const std::string& moduleKey, const uint8_t* abcBuffer, … in RegisterByBuffer()
1229 bool NativeModuleManager::RemoveNativeModuleByCache(const std::string& moduleKey) in RemoveNativeModuleByCache()