Home
last modified time | relevance | path

Searched refs:getBootState (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp58 MOCK_METHOD(std::string, getBootState, (), (const override));
H A Dpel_test.cpp407 EXPECT_CALL(dataIface, getBootState()) in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp309 virtual std::string getBootState() const in getBootState() function in openpower::pels::DataInterfaceBase
H A Dpel.cpp885 json["BootState"] = lastSegment('.', dataIface.getBootState()); in addStatesToJSON()