Home
last modified time | relevance | path

Searched refs:ARK_WEB_CPPTOC_REF_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.h167ARK_WEB_CPPTOC_REF_LOG("bridge type is %{public}d,ref count is %{public}d,this is %{public}ld", kB… in IncreRef()
178ARK_WEB_CPPTOC_REF_LOG("bridge type is %{public}d,ref count is %{public}d,this is %{public}ld", kB… in DecreRef()
194 ARK_WEB_CPPTOC_REF_LOG("bridge type is %{public}d", kBridgeType); in StructIncreRef()
209 ARK_WEB_CPPTOC_REF_LOG("bridge type is %{public}d", kBridgeType); in StructDecreRef()
H A Dark_web_cpptoc_macros.h25 #define ARK_WEB_CPPTOC_REF_LOG(fmt, ...) ARK_WEB_BASE_REF_LOG(fmt, ##__VA_ARGS__) macro