Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp46 const std::string KEY_TRACE_TAG = "debug.hitrace.tags.enableflags"; variable
95 uint64_t tags = OHOS::system::GetUintParameter<uint64_t>(KEY_TRACE_TAG, 0); in GetSysParamTags()
122 if (WatchParameter(KEY_TRACE_TAG.c_str(), ParameterChange, nullptr) != 0) { in OpenTraceMarkerFile()
123 HiLog::Error(LABEL, "WatchParameter %{public}s failed", KEY_TRACE_TAG.c_str()); in OpenTraceMarkerFile()