Home
last modified time | relevance | path

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

/base/startup/appspawn/adapter/
Dappspawn_nweb.cpp145 FuncType funcNWebRenderMain = reinterpret_cast<FuncType>(dlsym(g_nwebHandle, "NWebRenderMain")); in RunChildProcessor() local
146 if (funcNWebRenderMain == nullptr) { in RunChildProcessor()
151 funcNWebRenderMain(appProperty->property.renderCmd); in RunChildProcessor()