Home
last modified time | relevance | path

Searched refs:OpenTrace (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp146 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
165 ASSERT_TRUE(OpenTrace(args) == TraceErrorCode::SUCCESS); in HWTEST_F()
184 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
201 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
217 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
225 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
244 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
251 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
257 ASSERT_TRUE(OpenTrace(tagGroups) == TraceErrorCode::SUCCESS); in HWTEST_F()
264 ASSERT_TRUE(OpenTrace(tagGroup in HWTEST_F()
[all...]
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/
H A Dhitrace_dump.h67 TraceErrorCode OpenTrace(const std::string &args);
72 TraceErrorCode OpenTrace(const std::vector<std::string> &tagGroups);
/base/hiviewdfx/hitrace/test/fuzztest/hitracedump_fuzzer/
H A Dhitracedump_fuzzer.cpp41 (void)OpenTrace(hitraceTags); in HitraceDumpCmdModeTest()
65 (void)OpenTrace(hitraceTags); in HitraceDumpServiceModeTest()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_manager.cpp65 TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::OpenTrace(tagGroups); in OpenSnapshotTrace()
90 TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::OpenTrace(args); in OpenRecordingTrace()
112 TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::OpenTrace(tagGroups); in RecoverTrace()
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp404 TraceErrorCode ret = OpenTrace(tagGroups); in LoadHitraceService()
406 HIVIEW_LOGE("OpenTrace fail."); in LoadHitraceService()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp1146 OpenTrace(tagGroups); in RestartService()
1369 TraceErrorCode OpenTrace(const std::vector<std::string> &tagGroups) in OpenTrace() function
1372 HILOG_ERROR(LOG_CORE, "OpenTrace: CALL_ERROR, g_traceMode:%{public}d.", static_cast<int>(g_traceMode)); in OpenTrace()
1377 HILOG_ERROR(LOG_CORE, "OpenTrace: TRACE_NOT_SUPPORTED."); in OpenTrace()
1384 HILOG_ERROR(LOG_CORE, "OpenTrace: ParseTagInfo TAG_ERROR."); in OpenTrace()
1389 HILOG_ERROR(LOG_CORE, "OpenTrace: TAG_ERROR."); in OpenTrace()
1395 HILOG_ERROR(LOG_CORE, "OpenTrace: open fail."); in OpenTrace()
1410 HILOG_INFO(LOG_CORE, "OpenTrace: SERVICE_MODE open success."); in OpenTrace()
1414 TraceErrorCode OpenTrace(const std::string &args) in OpenTrace() function
1418 HILOG_ERROR(LOG_CORE, "OpenTrace in OpenTrace()
[all...]

Completed in 7 milliseconds