Searched refs:getBootState (Results 1 – 4 of 4) sorted by relevance
58 MOCK_METHOD(std::string, getBootState, (), (const override));
407 EXPECT_CALL(dataIface, getBootState()) in TEST_F()
319 virtual std::string getBootState() const in getBootState() function in openpower::pels::DataInterfaceBase
899 json["BootState"] = lastSegment('.', dataIface.getBootState()); in addStatesToJSON()