Home
last modified time | relevance | path

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

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