Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crash_validator/
H A Dcrash_validator.cpp100 void CrashValidator::PrintEvents(int fd, const std::vector<CrashEvent>& events, bool isMatched) in PrintEvents() function in OHOS::HiviewDFX::CrashValidator
135 PrintEvents(fd, noLogEvents_, false); in Dump()
140 PrintEvents(fd, pendingEvents_, false); in Dump()
145 PrintEvents(fd, matchedEvents_, true); in Dump()
H A Dcrash_validator.h58 void PrintEvents(int fd, const std::vector<CrashEvent>& events, bool isMatched);