Home
last modified time | relevance | path

Searched defs:libHandleWebEngine (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/test/ohos_nweb/
Dnweb_web_render.cpp38 void *libHandleWebEngine = dlopen_ns(&dlns, LIB_PATH_WEB_ENGINE.c_str(), RTLD_NOW); in main() local
52 void *libHandleWebEngine = ::dlopen(LIB_PATH_WEB_ENGINE.c_str(), RTLD_NOW); in main() local
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp79 void *libHandleWebEngine = dlopen_ns(&dlns, LIB_NAME_WEB_ENGINE.c_str(), RTLD_NOW); in LoadLib() local
103 void *libHandleWebEngine = ::dlopen(libPathWebEngine.c_str(), RTLD_NOW); in LoadLib() local