Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_action.hpp36 using PrePowerOffFunc = std::function<void()>; typedef in phosphor::fan::monitor::PowerOffAction
56 PrePowerOffFunc& powerOffFunc) : in PowerOffAction()
140 PrePowerOffFunc _prePowerOffFunc;
171 PrePowerOffFunc func) : in HardPowerOff()
263 PrePowerOffFunc func) : in SoftPowerOff()
361 PrePowerOffFunc func) : in EpowPowerOff()
H A Djson_parser.hpp97 PowerOffAction::PrePowerOffFunc& func);
H A Djson_parser.cpp469 PowerOffAction::PrePowerOffFunc& func) in getPowerOffAction()
528 PowerOffAction::PrePowerOffFunc& func) in getPowerOffRules()
H A Dsystem.cpp354 PowerOffAction::PrePowerOffFunc func = in setFaultConfig()
/openbmc/phosphor-fan-presence/monitor/test/
H A Dpower_off_rule_test.cpp12 PowerOffAction::PrePowerOffFunc func; in TEST()