Home
last modified time | relevance | path

Searched refs:cacheTailNativeModule (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h159 …eListChanged(const NativeModule* cacheHeadNativeModule, const NativeModule* cacheTailNativeModule);
H A Dnative_module_manager.cpp668 const NativeModule* cacheHeadNativeModule, const NativeModule* cacheTailNativeModule) in CheckNativeListChanged() argument
671 …if (!cacheHeadNativeModule || !cacheTailNativeModule || !headNativeModule_ || !tailNativeModule_) { in CheckNativeListChanged()
675 strcmp(cacheTailNativeModule->name, tailNativeModule_->name) != 0) { in CheckNativeListChanged()