Lines Matching refs:moduleKey
90 bool UnloadNativeModule(const std::string& moduleKey);
141 LIBHANDLE LoadModuleLibrary(std::string& moduleKey, const char* path, const char* pathKey,
143 const uint8_t* GetFileBuffer(const std::string& filePath, const std::string& moduleKey, size_t &len);
148 void EmplaceModuleLib(const std::string moduleKey, LIBHANDLE lib);
149 bool RemoveModuleLib(const std::string moduleKey);
150 void EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib);
151 bool RemoveModuleBuffer(const std::string moduleKey);
152 const uint8_t* GetBufferHandle(const std::string& moduleKey) const;
153 void RegisterByBuffer(const std::string& moduleKey, const uint8_t* abcBuffer, size_t len);
156 LIBHANDLE GetNativeModuleHandle(const std::string& moduleKey) const;
157 bool RemoveNativeModuleByCache(const std::string& moduleKey);
158 bool RemoveNativeModule(const std::string& moduleKey);