Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp34 MOCK_METHOD(std::string, getBMCState, (), (const override));
H A Dpel_test.cpp402 EXPECT_CALL(dataIface, getBMCState()).WillOnce(Return("State.Ready")); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp266 virtual std::string getBMCState() const in getBMCState() function in openpower::pels::DataInterfaceBase
H A Dpel.cpp829 json["BMCState"] = lastSegment('.', dataIface.getBMCState()); in addStatesToJSON()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp64 static auto getBMCState() in getBMCState() function
155 if (getBMCState() == "xyz.openbmc_project.State.BMC.BMCState.NotReady") in needsRecollection()