Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.cpp42 ARK_WEB_BRIDGE_ERROR_LOG("failed to load lib file %{public}s", libFilePath.c_str()); in LoadLibFile()
71 ARK_WEB_BRIDGE_ERROR_LOG( in LoadLibFile()
101ARK_WEB_BRIDGE_ERROR_LOG("failed to get real path,lib file is %{public}s,errno is %{public}d(%{pub… in PrereadLibFile()
110ARK_WEB_BRIDGE_ERROR_LOG("failed to stat lib file %{public}s,errno is %{public}d(%{public}s)", in PrereadLibFile()
119ARK_WEB_BRIDGE_ERROR_LOG("failed to open lib file %{public}s,errno is %{public}d : %{public}s", in PrereadLibFile()
130ARK_WEB_BRIDGE_ERROR_LOG("failed to malloc buf,lib file is %{public}s", libFilePath.c_str()); in PrereadLibFile()
156ARK_WEB_BRIDGE_ERROR_LOG("lib file handle is nullptr,func name is %{public}s", funcName); in LoadFuncSymbol()
H A Dark_web_bridge_macros.h34 #define ARK_WEB_BRIDGE_ERROR_LOG(fmt, ...) ARK_WEB_BASE_ERROR_LOG(fmt, ##__VA_ARGS__) macro