Searched refs:PowerInterface (Results 1 – 7 of 7) sorted by relevance
47 class PowerInterface : public PowerInterfaceBase class50 PowerInterface() = delete;51 ~PowerInterface() = default;52 PowerInterface(const PowerInterface&) = delete;53 PowerInterface& operator=(const PowerInterface&) = delete;54 PowerInterface(PowerInterface&&) = delete;55 PowerInterface& operator=(PowerInterface&&) = delete;62 explicit PowerInterface(ThermalAlertObject& alertObject) : in PowerInterface() function in phosphor::fan::monitor::PowerInterface
28 void PowerInterface::softPowerOff() in softPowerOff()35 void PowerInterface::executeHardPowerOff() in executeHardPowerOff()58 void PowerInterface::hardPowerOff() in hardPowerOff()
352 std::make_shared<PowerInterface>(_thermalAlert); in setFaultConfig()549 PowerInterface::executeHardPowerOff(); in handleOfflineFanController()
18 class PowerInterface class21 PowerInterface() = delete;22 PowerInterface(const PowerInterface&) = delete;23 PowerInterface& operator=(const PowerInterface&) = delete;24 PowerInterface(PowerInterface&&) = delete;25 PowerInterface& operator=(PowerInterface&&) = delete;26 virtual ~PowerInterface() = default;33 PowerInterface(sdbusplus::bus_t& bus, const char* path);
35 PowerInterface::PowerInterface(sdbusplus::bus_t& bus, const char* path) : in PowerInterface() function in phosphor::power::sequencer::PowerInterface39 int PowerInterface::callbackGetPgood( in callbackGetPgood()48 auto pwrObj = static_cast<PowerInterface*>(context); in callbackGetPgood()70 int PowerInterface::callbackGetPgoodTimeout( in callbackGetPgoodTimeout()79 auto pwrObj = static_cast<PowerInterface*>(context); in callbackGetPgoodTimeout()109 auto pwrObj = static_cast<PowerInterface*>(context); in callbackGetPowerState()135 int PowerInterface::callbackSetPgoodTimeout( in callbackSetPgoodTimeout()170 int PowerInterface::callbackGetState( in callbackGetState()242 int PowerInterface::callbackSetPowerSupplyError( in callbackSetPowerSupplyError()278 void PowerInterface::emitPowerGoodSignal() in emitPowerGoodSignal()[all …]
27 using PowerObject = sdbusplus::server::object_t<PowerInterface>;
120 - PowerInterface127 - Sub-class of PowerInterface that provides a concrete implementation of the