Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_rule.hpp18 atPgood, // Only at the moment when PGOOD switches on. enumerator
H A Dsystem.cpp409 rule->check(PowerRuleState::atPgood, _fanHealth); in powerStateChanged()
H A Djson_parser.cpp409 ruleState = PowerRuleState::atPgood; in getPowerOffPowerRuleState()
/openbmc/phosphor-fan-presence/monitor/test/
H A Dpower_off_rule_test.cpp76 rules[0]->check(PowerRuleState::atPgood, health); in TEST()