Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsection.hpp119 const std::vector<std::string>& getDebugData() const in getDebugData() function in openpower::pels::Section
H A Dpel.cpp113 if (!src->getDebugData().empty()) in PEL()
116 debugData.emplace("SRC", src->getDebugData()); in PEL()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp1058 ASSERT_EQ(src.getDebugData().size(), 1); in TEST_F()
1059 EXPECT_EQ(src.getDebugData()[0], in TEST_F()
1073 ASSERT_EQ(src.getDebugData().size(), 1); in TEST_F()
1074 EXPECT_EQ(src.getDebugData()[0], in TEST_F()
1384 const auto& data = src.getDebugData(); in TEST_F()
1482 const auto& data = src.getDebugData(); in TEST_F()