Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dparameter_ex.cpp101 std::string traceCollectionState = GetString(DEVELOP_HIVIEW_TRACE_RECORDER, "false"); in IsTraceCollectionSwitchOn() local
102 return traceCollectionState == "true"; in IsTraceCollectionSwitchOn()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_parameter_ex.cpp114 std::string traceCollectionState = GetString(DEVELOP_HIVIEW_TRACE_RECORDER, "false"); in IsTraceCollectionSwitchOn() local
115 return traceCollectionState == "true"; in IsTraceCollectionSwitchOn()