Searched refs:LoadFuncSymbol (Results 1 – 11 of 11) sorted by relevance
27 …ArkWeb::ArkWebAdapterWebcoreBridgeHelper::GetInstance().LoadFuncSymbol("HiLogAdapterPrintLog", fal… in PrintLog()43 …ArkWeb::ArkWebAdapterWebcoreBridgeHelper::GetInstance().LoadFuncSymbol("HiLogAdapterConsoleLog", f… in PrintConsoleLog()
37 …reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_adapter_webview_check_func_static"… in Init()
37 …reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_nweb_webview_check_func_static", f… in Init()
44 …reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_adapter_webcore_check_func_static"… in Init()
47 … reinterpret_cast<ArkWebMemberCheckFunc>(LoadFuncSymbol("ark_web_nweb_webcore_check_func_static")); in Init()
49 void* LoadFuncSymbol(const char* funcName, bool isPrintLog = true);
152 void* ArkWebBridgeHelper::LoadFuncSymbol(const char* funcName, bool isPrintLog) in LoadFuncSymbol() function in OHOS::ArkWeb::ArkWebBridgeHelper
45 void* LoadFuncSymbol(const char* funcName);
105 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction()723 void* NWebHelper::LoadFuncSymbol(const char* funcName) in LoadFuncSymbol() function in OHOS::NWeb::NWebHelper725 return ArkWeb::ArkWebNWebWebviewBridgeHelper::GetInstance().LoadFuncSymbol(funcName); in LoadFuncSymbol()
72 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction()
103 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction()