Searched refs:getBMCState (Results 1 – 4 of 4) sorted by relevance
34 MOCK_METHOD(std::string, getBMCState, (), (const override));
403 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()