Searched refs:dmesgLogParser (Results 1 – 2 of 2) sorted by relevance
625 DmesgParser dmesgLogParser = null; in testSuccessiveBoots() local648 dmesgLogParser = new DmesgParser(); in testSuccessiveBoots()653 parseDmesgInfo(dmesgLogParser); in testSuccessiveBoots()669 parseDmesgInfo(dmesgLogParser); in testSuccessiveBoots()670 if (!dmesgLogParser.getServiceInfoItems().isEmpty()) { in testSuccessiveBoots()671 analyzeDmesgServiceInfo(dmesgLogParser.getServiceInfoItems().values()); in testSuccessiveBoots()673 if (!dmesgLogParser.getStageInfoItems().isEmpty()) { in testSuccessiveBoots()674 analyzeDmesgStageInfo(dmesgLogParser.getStageInfoItems()); in testSuccessiveBoots()676 if (!dmesgLogParser.getActionInfoItems().isEmpty()) { in testSuccessiveBoots()677 analyzeDmesgActionInfo(dmesgLogParser.getActionInfoItems()); in testSuccessiveBoots()[all …]
107 DmesgParser dmesgLogParser = new DmesgParser(); in processDmesgLogs() local110 DmesgItem dmesgItem = dmesgLogParser.parseInfo(input); in processDmesgLogs()