Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_values.hpp110 extern const std::map<std::string, std::string> sectionTitles;
H A Dpel_values.cpp273 const std::map<std::string, std::string> sectionTitles = { variable
H A Dpel.cpp358 std::string sectionName = pv::sectionTitles.count(sectionID) in printSectionInJSON()
359 ? pv::sectionTitles.at(sectionID) in printSectionInJSON()