Home
last modified time | relevance | path

Searched refs:UNMATCHED_EXCEPTION (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/utility/common_utils/
Dlog_parse.cpp23 const std::string LogParse::UNMATCHED_EXCEPTION = "UnMatchedException"; member in OHOS::HiviewDFX::LogParse
234 return UNMATCHED_EXCEPTION; in MatchExceptionLibrary()
303 if (line == UNMATCHED_EXCEPTION || iter != exceptionList_.end()) { in HasExceptionList()
/base/hiviewdfx/hiview/utility/common_utils/include/
Dlog_parse.h41 static const std::string UNMATCHED_EXCEPTION;
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
Dutility_common_utils_test.cpp135 ASSERT_EQ(LogParse::UNMATCHED_EXCEPTION, ret);