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
104 void NativeModuleManager::SetNativeEngine(std::string moduleKey, NativeEngine* nativeEngine) in SetNativeEngine()114 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()123 bool NativeModuleManager::RemoveModuleLib(const std::string moduleKey) in RemoveModuleLib()148 void NativeModuleManager::EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib) in EmplaceModuleBuffer()157 bool NativeModuleManager::RemoveModuleBuffer(const std::string moduleKey) in RemoveModuleBuffer()182 bool NativeModuleManager::RemoveNativeModule(const std::string& moduleKey) in RemoveNativeModule()193 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule()731 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string& moduleKey, const char* path, in LoadModuleLibrary()783 const std::string& moduleKey, size_t &len) in GetFileBuffer()841 std::string moduleKey(moduleName); in FindNativeModuleByDisk() local[all …]
64 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
3859 std::string moduleKey = "moduleName"; variable