Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/common_utils/include/
Dlog_parse.h38 …std::stack<std::string> GetStackTop(const std::vector<std::string>& validStack, const size_t num) …
/base/hiviewdfx/hiview/utility/common_utils/
Dlog_parse.cpp106 outStack = GetStackTop(validStack, count); in GetValidStack()
110 stack<string> LogParse::GetStackTop(const vector<string>& validStack, const size_t num) const in GetStackTop() function in OHOS::HiviewDFX::LogParse
Dtbox.cpp147 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace()
/base/hiviewdfx/faultloggerd/test/systemtest/include/
Dfaultloggerd_system_test.h71 static std::string GetStackTop();
/base/hiviewdfx/faultloggerd/test/systemtest/src/
Dfaultloggerd_system_test.cpp373 std::string FaultLoggerdSystemTest::GetStackTop(void) in GetStackTop() function in FaultLoggerdSystemTest
390 std::string sp = FaultLoggerdSystemTest::GetStackTop(); in CheckCountNumStackTop()