Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_hilog_adapter_wrapper.cpp27 …ArkWeb::ArkWebAdapterWebcoreBridgeHelper::GetInstance().LoadFuncSymbol("HiLogAdapterPrintLog", fal… in PrintLog()
43 …ArkWeb::ArkWebAdapterWebcoreBridgeHelper::GetInstance().LoadFuncSymbol("HiLogAdapterConsoleLog", f… in PrintConsoleLog()
H A Dark_web_adapter_webcore_bridge_helper.cpp37 …reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_adapter_webview_check_func_static"… in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_webcore_bridge_helper.cpp37 …reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_nweb_webview_check_func_static", f… in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_web_adapter_webview_bridge_helper.cpp44 …reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_adapter_webcore_check_func_static"… in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_webview_bridge_helper.cpp47 … reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_nweb_webcore_check_func_static")); in Init()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.h49 void* LoadFuncSymbol(const char* funcName, bool isPrintLog = true);
H A Dark_web_bridge_helper.cpp152 void* ArkWebBridgeHelper::LoadFuncSymbol(const char* funcName, bool isPrintLog) in LoadFuncSymbol() function in OHOS::ArkWeb::ArkWebBridgeHelper
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h45 void* LoadFuncSymbol(const char* funcName);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp105 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction()
723 void* NWebHelper::LoadFuncSymbol(const char* funcName) in LoadFuncSymbol() function in OHOS::NWeb::NWebHelper
725 return ArkWeb::ArkWebNWebWebviewBridgeHelper::GetInstance().LoadFuncSymbol(funcName); in LoadFuncSymbol()
/ohos5.0/base/web/webview/interfaces/native/
H A Darkweb_interface.cpp72 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction()
H A Darkweb_scheme_handler.cpp103 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction()