Searched refs:printOut (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | src.cpp | 608 std::string printOut; in getCallouts() local 612 printOut.append(jsonIndent + "\"Callout Section\": {\n"); in getCallouts() 613 jsonInsert(printOut, "Callout Count", std::to_string(callout.size()), 2); in getCallouts() 614 printOut.append(jsonIndent + jsonIndent + "\"Callouts\": ["); in getCallouts() 617 printOut.append("{\n"); in getCallouts() 621 printOut, "FRU Type", in getCallouts() 623 jsonInsert(printOut, "Priority", in getCallouts() 629 jsonInsert(printOut, "Location Code", entry->locationCode(), 3); in getCallouts() 635 jsonInsert(printOut, "Part Number", pn.value(), 3); in getCallouts() 641 jsonInsert(printOut, "Procedure", proc.value(), 3); in getCallouts() [all …]
|