Searched refs:UnloadNativeModule (Results 1 – 4 of 4) sorted by relevance
324 bool result2 = moduleManager->UnloadNativeModule(moduleKey1);349 bool result3 = moduleManager->UnloadNativeModule(moduleKey1);368 bool result = moduleManager->UnloadNativeModule(moduleKey);
79 bool UnloadNativeModule(const std::string &moduleKey);
153 bool NativeModuleManager::UnloadNativeModule(const std::string &moduleKey) in UnloadNativeModule() function in NativeModuleManager
273 JSNApi::SetUnloadNativeModuleCallback(vm, std::bind(&NativeModuleManager::UnloadNativeModule, in ArkNativeEngine()