Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp83 bool Tbox::IsCallStack(const string& line) in IsCallStack() function in OHOS::HiviewDFX::Tbox
128 } else if (IsCallStack(line)) { in GetStackName()
H A Dlog_parse.cpp104 bool iStack = Tbox::IsCallStack(inStack.top()); in GetValidStack()
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dtbox.h36 static bool IsCallStack(const std::string& line);
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp158 auto ret2 = Tbox::IsCallStack(stackName);
161 auto ret3 = Tbox::IsCallStack(stackName2);