Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_web_adapter_webview_bridge_helper.cpp36 if (!LoadLibFile(RTLD_NOW | RTLD_GLOBAL, "nweb_ns", libDirPath, ADAPTER_LIB_FILE_NAME)) { in Init()
38 if (!LoadLibFile(RTLD_NOW, libDirPath + "/" + ADAPTER_LIB_FILE_NAME)) { in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_webview_bridge_helper.cpp39 if (!LoadLibFile(RTLD_NOW | RTLD_GLOBAL, "nweb_ns", libDirPath, NWEB_LIB_FILE_NAME)) { in Init()
41 if (!LoadLibFile(RTLD_NOW, libDirPath + "/" + NWEB_LIB_FILE_NAME)) { in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.h60 bool LoadLibFile(int openMode, const std::string& libFilePath, bool isPrintLog = true);
63 bool LoadLibFile(int openMode, const std::string& libNsName, const std::string& libDirPath,
H A Dark_web_bridge_helper.cpp33 bool ArkWebBridgeHelper::LoadLibFile(int openMode, const std::string& libFilePath, bool isPrintLog) in LoadLibFile() function in OHOS::ArkWeb::ArkWebBridgeHelper
57 bool ArkWebBridgeHelper::LoadLibFile(int openMode, const std::string& libNsName, const std::string&… in LoadLibFile() function in OHOS::ArkWeb::ArkWebBridgeHelper
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_webcore_bridge_helper.cpp34 CHECK(LoadLibFile(RTLD_LAZY, NWEB_LIB_FILE_NAME, false)); in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_web_adapter_webcore_bridge_helper.cpp34 CHECK(LoadLibFile(RTLD_LAZY, ADAPTER_LIB_FILE_NAME, false)); in Init()