Home
last modified time | relevance | path

Searched refs:GetStackName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dtbox.h37 static std::string GetStackName(const std::string& line);
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp178 auto ret = Tbox::GetStackName(" at DES)");
180 ret = Tbox::GetStackName(" - DES(");
182 ret = Tbox::GetStackName(" - DE+S(");
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp201 validStackName.push_back(Tbox::GetStackName(it)); in GetValidBlock()
297 eventInfo[name[i]] = Tbox::GetStackName(stack.top()); in SetFrame()
H A Dtbox.cpp110 string Tbox::GetStackName(const string& line) in GetStackName() function in OHOS::HiviewDFX::Tbox