Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.cpp615 std::string printOut; in getCallouts() local
619 printOut.append(jsonIndent + "\"Callout Section\": {\n"); in getCallouts()
620 jsonInsert(printOut, "Callout Count", std::to_string(callout.size()), 2); in getCallouts()
621 printOut.append(jsonIndent + jsonIndent + "\"Callouts\": ["); in getCallouts()
624 printOut.append("{\n"); in getCallouts()
628 printOut, "FRU Type", in getCallouts()
630 jsonInsert(printOut, "Priority", in getCallouts()
636 jsonInsert(printOut, "Location Code", entry->locationCode(), 3); in getCallouts()
640 jsonInsert(printOut, "Part Number", in getCallouts()
645 jsonInsert(printOut, "Procedure", in getCallouts()
[all …]