Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dtrace_state_change_test.cpp80 …Parameter::SetProperty(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE, ConvertBoolToString(g_originalTest… in TearDown()
110 …Parameter::SetProperty(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE, ConvertBoolToString(isTestAppTrace…
123 …Parameter::SetProperty(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE, ConvertBoolToString(isTestAppTrace…
158 …Parameter::SetProperty(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE, ConvertBoolToString(isTestAppTrace…
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dparameter_ex.h25 constexpr char HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE[] = "hiviewdfx.ucollection.testapptrace"; variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dparameter_ex.cpp95 std::string appTraceState = GetString(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE, "false"); in IsTestAppTraceOn()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_parameter_ex.cpp108 std::string appTraceState = GetString(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE, "false"); in IsTestAppTraceOn()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp100 if (!(std::string(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE) == key)) { in OnTestAppTraceStateChanged()
130 …int ret = Parameter::WatchParamChange(HIVIEW_UCOLLECTION_TEST_APP_TRACE_STATE, OnTestAppTraceState… in InitDynamicTrace()