Home
last modified time | relevance | path

Searched refs:RemoveNativeModuleByCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h157 bool RemoveNativeModuleByCache(const std::string& moduleKey);
H A Dnative_module_manager.cpp199 bool moduleRemoved = RemoveNativeModuleByCache(moduleKey); in RemoveNativeModule()
1131 bool NativeModuleManager::RemoveNativeModuleByCache(const std::string& moduleKey) in RemoveNativeModuleByCache() function in NativeModuleManager
/ohos5.0/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
H A Dmodule_manager_test.cpp413 bool result = moduleManager->RemoveNativeModuleByCache(moduleKey);