Home
last modified time | relevance | path

Searched refs:ARK_WEB_CPPTOC_INFO_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.h90ARK_WEB_CPPTOC_INFO_LOG("failed to get bridge struct,bridge type is %{public}d", kBridgeType); in Get()
157ARK_WEB_CPPTOC_INFO_LOG("bridge type %{public}d - %{public}d is invalid", bridgeStruct->type_, kBr… in GetBridgeStruct()
198ARK_WEB_CPPTOC_INFO_LOG("failed to get bridge struct,bridge type is %{public}d", kBridgeType); in StructIncreRef()
213ARK_WEB_CPPTOC_INFO_LOG("failed to get bridge struct,bridge type is %{public}d", kBridgeType); in StructDecreRef()
H A Dark_web_cpptoc_macros.h29 #define ARK_WEB_CPPTOC_INFO_LOG(fmt, ...) ARK_WEB_BASE_INFO_LOG(fmt, ##__VA_ARGS__) macro