Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_cause.hpp20 class PowerOffCause class
23 PowerOffCause() = delete;
24 virtual ~PowerOffCause() = default;
25 PowerOffCause(const PowerOffCause&) = delete;
26 PowerOffCause& operator=(const PowerOffCause&) = delete;
27 PowerOffCause(PowerOffCause&&) = delete;
28 PowerOffCause& operator=(PowerOffCause&&) = delete;
37 PowerOffCause(size_t count, const std::string& name) : in PowerOffCause() function in phosphor::fan::monitor::PowerOffCause
84 class MissingFanFRUCause : public PowerOffCause
101 PowerOffCause(count, "Missing Fan FRUs") in MissingFanFRUCause()
[all …]
H A Dpower_off_rule.hpp51 std::unique_ptr<PowerOffCause> cause, in PowerOffRule()
135 std::unique_ptr<PowerOffCause> _cause;
H A Djson_parser.cpp420 std::unique_ptr<PowerOffCause> getPowerOffCause(const json& powerOffConfig) in getPowerOffCause()
422 std::unique_ptr<PowerOffCause> cause; in getPowerOffCause()
435 const std::map<std::string, std::function<std::unique_ptr<PowerOffCause>()>> in getPowerOffCause()