Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp34 MOCK_METHOD(std::string, getBMCState, (), (const override));
H A Dpel_test.cpp403 EXPECT_CALL(dataIface, getBMCState()).WillOnce(Return("State.Ready")); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp278 virtual std::string getBMCState() const in getBMCState() function in openpower::pels::DataInterfaceBase
H A Dpel.cpp896 json["BMCState"] = lastSegment('.', dataIface.getBMCState()); in addStatesToJSON()