Home
last modified time | relevance | path

Searched refs:UnloadNativeModule (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
H A Dmodule_manager_test.cpp334 bool result2 = moduleManager->UnloadNativeModule(moduleKey1); in HWTEST_F()
359 bool result3 = moduleManager->UnloadNativeModule(moduleKey1); in HWTEST_F()
366 * @tc.desc: test NativeModule's UnloadNativeModule function
378 bool result = moduleManager->UnloadNativeModule(moduleKey); in HWTEST_F()
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h90 bool UnloadNativeModule(const std::string& moduleKey);
H A Dnative_module_manager.cpp206 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule() function in NativeModuleManager
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp552 return moduleManager->UnloadNativeModule(moduleKey); in ArkNativeEngine()

Completed in 10 milliseconds