Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhitrace_adapter_impl.cpp56 const std::string KEY_TRACE_TAG = "debug.hitrace.tags.enableflags"; in IsHiTraceEnable() local
58 uint64_t tags = OHOS::system::GetUintParameter<uint64_t>(KEY_TRACE_TAG, 0); in IsHiTraceEnable()
60 WVLOG_E("HiTraceAdapterImpl GetUintParameter %s error.", KEY_TRACE_TAG.c_str()); in IsHiTraceEnable()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp50 const std::string KEY_TRACE_TAG = "debug.hitrace.tags.enableflags"; variable
99 uint64_t tags = OHOS::system::GetUintParameter<uint64_t>(KEY_TRACE_TAG, 0); in GetSysParamTags()
127 cachedHandle = CachedParameterCreate(KEY_TRACE_TAG.c_str(), devValue); in OpenTraceMarkerFile()