Home
last modified time | relevance | path

Searched refs:failSafe (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dzone.hpp117 bool failSafe() const override;
H A Dzone.cpp581 bool DbusPidZone::failSafe() const in failSafe() function in pid_control::DbusPidZone
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp844 EXPECT_EQ(zone->failSafe(), zone->getFailSafeMode()); in TEST_F()