Searched refs:KEY_TRACE_TAG (Results 1 – 2 of 2) sorted by relevance
56 const std::string KEY_TRACE_TAG = "debug.hitrace.tags.enableflags"; in IsHiTraceEnable() local58 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()
50 const std::string KEY_TRACE_TAG = "debug.hitrace.tags.enableflags"; variable99 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()