Home
last modified time | relevance | path

Searched defs:satisfied (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_cause.hpp110 bool satisfied(const FanHealth& fanHealth) override in satisfied() function in phosphor::fan::monitor::MissingFanFRUCause
153 bool satisfied(const FanHealth& fanHealth) override in satisfied() function in phosphor::fan::monitor::NonfuncFanRotorCause
204 bool satisfied(const FanHealth& fanHealth) override in satisfied() function in phosphor::fan::monitor::FanFRUsWithNonfuncRotorsCause
H A Dpower_off_rule.hpp79 auto satisfied = _cause->satisfied(fanHealth); in check() local