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/
Dmodule_manager_test.cpp324 bool result2 = moduleManager->UnloadNativeModule(moduleKey1);
349 bool result3 = moduleManager->UnloadNativeModule(moduleKey1);
368 bool result = moduleManager->UnloadNativeModule(moduleKey);
/foundation/arkui/napi/module_manager/
Dnative_module_manager.h79 bool UnloadNativeModule(const std::string &moduleKey);
Dnative_module_manager.cpp153 bool NativeModuleManager::UnloadNativeModule(const std::string &moduleKey) in UnloadNativeModule() function in NativeModuleManager
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp273 JSNApi::SetUnloadNativeModuleCallback(vm, std::bind(&NativeModuleManager::UnloadNativeModule, in ArkNativeEngine()