Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp336 virtual std::vector<uint8_t> getSystemIMKeyword() const = 0;
766 std::vector<uint8_t> getSystemIMKeyword() const override;
H A Dpel.cpp883 auto keyword = dataIface.getSystemIMKeyword(); in addIMKeyword()
H A Ddata_interface.cpp415 std::vector<uint8_t> DataInterface::getSystemIMKeyword() const in getSystemIMKeyword() function in openpower::pels::DataInterface
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp52 MOCK_METHOD(std::vector<uint8_t>, getSystemIMKeyword, (), (const override));
H A Dpel_test.cpp408 EXPECT_CALL(dataIface, getSystemIMKeyword()) in TEST_F()