Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp98 void *webEngineHandle = nullptr; in RunChildProcessor() local
110 webEngineHandle = in RunChildProcessor()
118 webEngineHandle = dlopen(engineLibPath.c_str(), RTLD_NOW | RTLD_GLOBAL); in RunChildProcessor()
124 if (webEngineHandle == nullptr) { in RunChildProcessor()