Searched refs:bootStatMsg (Results 1 – 1 of 1) sorted by relevance
52 std::array<std::string, 3> bootStatMsg = {" booting", " completed", " failed"}; variable343 if (byte0 >= bootStatMsg.size()) in handleBootOverallEvent()350 description += bootStatMsg[byte0]; in handleBootOverallEvent()