Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dreal_pel_test.cpp542 const auto& sections = pel.optionalSections(); in TEST_F()
550 auto& last = pel.optionalSections().back(); in TEST_F()
H A Dpel_test.cpp174 for (const auto& section : pel.optionalSections()) in TEST_F()
240 const auto& optSections = pel.optionalSections(); in TEST_F()
286 const auto& sections = pel.optionalSections(); in TEST_F()
331 const auto& sections = pel.optionalSections(); in TEST_F()
471 for (const auto& section : pel.optionalSections()) in TEST_F()
770 for (const auto& section : pel.optionalSections()) in TEST_F()
877 const auto& section = pel.optionalSections().back(); in TEST_F()
923 const auto& section = pel.optionalSections().back(); in TEST_F()
1164 checkJournalSection(pel.optionalSections().back(), expected); in TEST_F()
1224 const auto& optionalSections = pel.optionalSections(); in TEST_F() local
[all …]
H A Dpel_manager_test.cpp333 for (const auto& section : newPEL.optionalSections()) in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.hpp208 const std::vector<std::unique_ptr<Section>>& optionalSections() const in optionalSections() function in openpower::pels::PEL
H A Dpel.cpp414 for (const auto& section : optionalSections()) in getPluralSections()
450 for (auto& section : this->optionalSections()) in toJSON()