Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp338 void PEL::printSectionInJSON(const Section& section, std::string& buf, in printSectionInJSON() function in openpower::pels::PEL
449 printSectionInJSON(*(_ph.get()), buf, sections, registry, plugins, in toJSON()
451 printSectionInJSON(*(_uh.get()), buf, sections, registry, plugins, in toJSON()
455 printSectionInJSON(*(section.get()), buf, sections, registry, plugins, in toJSON()
H A Dpel.hpp385 void printSectionInJSON(const Section& section, std::string& buf,