Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/test/
H A Dpower_off_cause_test.cpp9 FanHealth health{{"fan0", {true, {true, true}}}, in TEST()
34 FanHealth health{{"fan0", {true, {true, true}}}, in TEST()
60 FanHealth health{{"fan0", {true, {true, true}}}, in TEST()
70 FanHealth health{{"fan0", {true, {true, true}}}, in TEST()
80 FanHealth health{{"fan0", {true, {true, true}}}, in TEST()
90 FanHealth health{{"fan0", {true, {true, true}}}, in TEST()
100 FanHealth health{{"fan0", {true, {false, true}}}, in TEST()
H A Dpower_off_rule_test.cpp66 FanHealth health{{"fan0", {false, {true, true}}}, in TEST()
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_cause.hpp49 virtual bool satisfied(const FanHealth& fanHealth) = 0;
110 bool satisfied(const FanHealth& fanHealth) override in satisfied()
153 bool satisfied(const FanHealth& fanHealth) override in satisfied()
202 bool satisfied(const FanHealth& fanHealth) override in satisfied()
H A Dpower_off_rule.hpp77 void check(PowerRuleState state, const FanHealth& fanHealth) in check()
H A Dsystem.hpp168 FanHealth _fanHealth;
H A Dtypes.hpp139 using FanHealth = std::map<std::string, FanHealthEntry>; typedef