Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dtbox.h37 static std::string GetStackName(std::string line);
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp172 * @tc.desc: Test GetStackName method of class Tbox
178 auto ret = Tbox::GetStackName(" at DES)"); in HWTEST_F()
180 ret = Tbox::GetStackName(" - DES("); in HWTEST_F()
182 ret = Tbox::GetStackName(" - DE+S("); in HWTEST_F()
/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp209 stackName = Tbox::GetStackName(src.top()); // extract function name from the stack in GetValidStack()
219 stackName = Tbox::GetStackName(outStatck.top()); in GetValidStack()
H A Dtbox.cpp110 string Tbox::GetStackName(string line) in GetStackName() function in OHOS::HiviewDFX::Tbox

Completed in 2 milliseconds