Searched refs:subSection (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel_values.hpp | 31 const std::string subSection = "Sub-section type"; variable
|
H A D | failing_mtms.cpp | 97 jsonInsert(json, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
|
H A D | private_header.cpp | 110 jsonInsert(ph, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
|
H A D | extended_user_header.cpp | 187 jsonInsert(json, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
|
H A D | user_header.cpp | 283 jsonInsert(uh, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
|
H A D | user_data_json.cpp | 61 output[pv::subSection] = std::to_string(subType); in prettyJSON()
|
H A D | pel.cpp | 396 jsonInsert(buf, pv::subSection, in printSectionInJSON()
|
H A D | src.cpp | 718 jsonInsert(ps, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
|