Searched refs:getBMCState (Results 1 – 5 of 5) sorted by relevance
34 MOCK_METHOD(std::string, getBMCState, (), (const override));
404 EXPECT_CALL(dataIface, getBMCState()).WillOnce(Return("State.Ready")); in TEST_F()
278 virtual std::string getBMCState() const in getBMCState() function in openpower::pels::DataInterfaceBase
896 json["BMCState"] = lastSegment('.', dataIface.getBMCState()); in addStatesToJSON()
64 static auto getBMCState() in getBMCState() function155 if (getBMCState() == "xyz.openbmc_project.State.BMC.BMCState.NotReady") in needsRecollection()