Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_rule.hpp53 _validState(validState), _cause(std::move(cause)), in PowerOffRule()
83 if (!_active && satisfied && (state == _validState)) in check()
125 PowerRuleState _validState; member in phosphor::fan::monitor::PowerOffRule