Searched refs:UnloadNativeModule (Results 1 – 4 of 4) sorted by relevance
334 bool result2 = moduleManager->UnloadNativeModule(moduleKey1);359 bool result3 = moduleManager->UnloadNativeModule(moduleKey1);378 bool result = moduleManager->UnloadNativeModule(moduleKey);
90 bool UnloadNativeModule(const std::string& moduleKey);
206 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule() function in NativeModuleManager
566 return moduleManager->UnloadNativeModule(moduleKey); in ArkNativeEngine()