Home
last modified time | relevance | path

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

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