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 D | ark_web_bridge_helper.cpp | 42 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() 101 …ARK_WEB_BRIDGE_ERROR_LOG("failed to get real path,lib file is %{public}s,errno is %{public}d(%{pub… in PrereadLibFile() 110 … ARK_WEB_BRIDGE_ERROR_LOG("failed to stat lib file %{public}s,errno is %{public}d(%{public}s)", in PrereadLibFile() 119 … ARK_WEB_BRIDGE_ERROR_LOG("failed to open lib file %{public}s,errno is %{public}d : %{public}s", in PrereadLibFile() 130 … ARK_WEB_BRIDGE_ERROR_LOG("failed to malloc buf,lib file is %{public}s", libFilePath.c_str()); in PrereadLibFile() 156 … ARK_WEB_BRIDGE_ERROR_LOG("lib file handle is nullptr,func name is %{public}s", funcName); in LoadFuncSymbol()
|
H A D | ark_web_bridge_macros.h | 34 #define ARK_WEB_BRIDGE_ERROR_LOG(fmt, ...) ARK_WEB_BASE_ERROR_LOG(fmt, ##__VA_ARGS__) macro
|