Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.hpp537 std::vector<uint8_t> flattenLines(const std::vector<std::string>& lines);
H A Dpel.cpp692 auto buffer = util::flattenLines(messages); in addJournalSections()
1052 std::vector<uint8_t> flattenLines(const std::vector<std::string>& lines) in flattenLines() function
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp1108 auto buffer = util::flattenLines(msgs); in TEST_F()