Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/common_utils/include/
Dtbox.h37 static std::string GetStackName(std::string line);
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
Dutility_common_utils_test.cpp178 auto ret = Tbox::GetStackName(" at DES)");
180 ret = Tbox::GetStackName(" - DES(");
182 ret = Tbox::GetStackName(" - DE+S(");
/base/hiviewdfx/hiview/utility/common_utils/
Dlog_parse.cpp209 stackName = Tbox::GetStackName(src.top()); // extract function name from the stack in GetValidStack()
219 stackName = Tbox::GetStackName(outStatck.top()); in GetValidStack()
Dtbox.cpp109 string Tbox::GetStackName(string line) in GetStackName() function in OHOS::HiviewDFX::Tbox