Searched refs:PGoodState (Results 1 – 5 of 5) sorted by relevance
136 class PGoodState : public PowerState class139 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::PGoodState162 PGoodState(sdbusplus::bus_t& bus, StateChangeFunc func) : in PGoodState() function in phosphor::fan::PGoodState
12 powerState = std::make_shared<PGoodState>(); in getPowerStateObject()
36 std::make_shared<phosphor::fan::PGoodState>(); in main()
57 _powerState(std::make_unique<PGoodState>( in System()
70 _powerState(std::make_unique<PGoodState>( in Manager()