Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/ctocpp/
H A Dark_web_ctocpp_ref_counted.h70 ARK_WEB_CTOCPP_DEBUG_LOG("capi struct is null,bridge type is %{public}d", kBridgeType); in Invert()
97ARK_WEB_CTOCPP_DEBUG_LOG("failed to get bridge struct,bridge type is %{public}d", kBridgeType); in Revert()
126 ARK_WEB_CTOCPP_DEBUG_LOG("base class is null,bridge type is %{public}d", kBridgeType); in GetBridgeStruct()
H A Dark_web_ctocpp_macros.h27 #define ARK_WEB_CTOCPP_DEBUG_LOG(fmt, ...) ARK_WEB_BASE_DEBUG_LOG(fmt, ##__VA_ARGS__) macro