Home
last modified time | relevance | path

Searched refs:GetFormattedStr (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp111 GTEST_LOG_(INFO) << thread.GetFormattedStr(); in HWTEST_F()
153 auto backtraceStr = thread.GetFormattedStr(false); in HWTEST_F()
268 GTEST_LOG_(INFO) << oldthread.GetFormattedStr(); in HWTEST_F()
273 GTEST_LOG_(INFO) << newthread.GetFormattedStr(); in HWTEST_F()
297 GTEST_LOG_(INFO) << oldthread.GetFormattedStr(); in HWTEST_F()
302 GTEST_LOG_(INFO) << newthread.GetFormattedStr(); in HWTEST_F()
323 GTEST_LOG_(INFO) << oldthread.GetFormattedStr(); in HWTEST_F()
328 GTEST_LOG_(INFO) << newthread.GetFormattedStr(); in HWTEST_F()
395 std::string str = backtrace2.GetFormattedStr(false); in HWTEST_F()
418 GTEST_LOG_(INFO) << thread.GetFormattedStr(); in HWTEST_F()
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.h39 std::string GetFormattedStr(bool withThreadName = false);
H A Dbacktrace_local.cpp156 ss += thread.GetFormattedStr(true) + "\n"; in GetProcessStacktrace()
162 ss += thread.GetFormattedStr(true) + "\n"; in GetProcessStacktrace()
H A Dbacktrace_local_thread.cpp86 std::string BacktraceLocalThread::GetFormattedStr(bool withThreadName) in GetFormattedStr() function in OHOS::HiviewDFX::BacktraceLocalThread

Completed in 2 milliseconds