Searched refs:getQuiesceOnError (Results 1 – 5 of 5) sorted by relevance
437 virtual bool getQuiesceOnError() const = 0;868 bool getQuiesceOnError() const override;
124 bool mfgProp = dataIface.getQuiesceOnError(); in UserHeader()
662 bool DataInterface::getQuiesceOnError() const in getQuiesceOnError() function in openpower::pels::DataInterface
53 MOCK_METHOD(bool, getQuiesceOnError, (), (const override));
304 EXPECT_CALL(dataIface, getQuiesceOnError).WillOnce(Return(true)); in TEST()