Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/cpptoc/
H A Dark_web_cpptoc_ref_counted.h101 ARK_WEB_CPPTOC_DEBUG_LOG("base class is null,bridge type is %{public}d", kBridgeType); in Invert()
126ARK_WEB_CPPTOC_DEBUG_LOG("failed to get bridge struct,bridge type is %{public}d", kBridgeType); in Revert()
150 ARK_WEB_CPPTOC_DEBUG_LOG("capi struct is null,bridge type is %{public}d", kBridgeType); in GetBridgeStruct()
H A Dark_web_cpptoc_macros.h27 #define ARK_WEB_CPPTOC_DEBUG_LOG(fmt, ...) ARK_WEB_BASE_DEBUG_LOG(fmt, ##__VA_ARGS__) macro