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.cpp115 if (!src->getDebugData().empty()) in PEL()
118 debugData.emplace("SRC", src->getDebugData()); in PEL()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp946 ASSERT_EQ(src.getDebugData().size(), 1); in TEST_F()
947 EXPECT_EQ(src.getDebugData()[0], in TEST_F()
960 ASSERT_EQ(src.getDebugData().size(), 1); in TEST_F()
961 EXPECT_EQ(src.getDebugData()[0], in TEST_F()
1181 const auto& data = src.getDebugData(); in TEST_F()
1270 const auto& data = src.getDebugData(); in TEST_F()