Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp136 class PGoodState : public PowerState class
139 virtual ~PGoodState() = default;
140 PGoodState(const PGoodState&) = delete;
141 PGoodState& operator=(const PGoodState&) = delete;
142 PGoodState(PGoodState&&) = delete;
143 PGoodState& operator=(PGoodState&&) = delete;
145 PGoodState() : in PGoodState() function in phosphor::fan::PGoodState
162 PGoodState(sdbusplus::bus_t& bus, StateChangeFunc func) : in PGoodState() function in phosphor::fan::PGoodState
/openbmc/phosphor-fan-presence/presence/
H A Dget_power_state.cpp12 powerState = std::make_shared<PGoodState>(); in getPowerStateObject()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dmain.cpp36 std::make_shared<phosphor::fan::PGoodState>(); in main()
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp57 _powerState(std::make_unique<PGoodState>( in System()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp70 _powerState(std::make_unique<PGoodState>( in Manager()