Home
last modified time | relevance | path

Searched refs:_cause (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()
79 auto satisfied = _cause->satisfied(fanHealth); in check()
88 _action->name(), _cause->name())); in check()
135 std::unique_ptr<PowerOffCause> _cause; member in phosphor::fan::monitor::PowerOffRule