Home
last modified time | relevance | path

Searched refs:getErrorStatusFlag (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp326 bool getErrorStatusFlag(ErrorStatusFlags flag) const in getErrorStatusFlag() function in openpower::pels::SRC
H A Dpel.cpp604 return (*src)->getErrorStatusFlag(SRC::ErrorStatusFlags::deconfigured); in getDeconfigFlag()
616 return (*src)->getErrorStatusFlag(SRC::ErrorStatusFlags::guarded); in getGuardFlag()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp536 src.getErrorStatusFlag(SRC::ErrorStatusFlags::deconfigured)); in TEST_F()
537 EXPECT_TRUE(src.getErrorStatusFlag(SRC::ErrorStatusFlags::hwCheckstop)); in TEST_F()
H A Dpel_manager_test.cpp1214 EXPECT_EQ(pel.primarySRC().value()->getErrorStatusFlag( in TEST_F()