Home
last modified time | relevance | path

Searched refs:GetValidBlock (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/utility/common_utils/include/
Dlog_parse.h49 …std::string GetValidBlock(std::stack<std::string> inStack, std::vector<std::string>& lastPart) con…
/base/hiviewdfx/hiview/utility/common_utils/
Dlog_parse.cpp152 string LogParse::GetValidBlock(stack<string> inStack, vector<string>& lastPart) const in GetValidBlock() function in OHOS::HiviewDFX::LogParse
278 return GetValidBlock(traceStack, trace); in GetFilterTrace()