Searched refs:PowerInterface (Results 1 – 11 of 11) 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()
351 std::make_shared<PowerInterface>(_thermalAlert); in setFaultConfig()548 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);
32 PowerInterface::PowerInterface(sdbusplus::bus_t& bus, const char* path) : in PowerInterface() function in phosphor::power::sequencer::PowerInterface36 int PowerInterface::callbackGetPgood( in callbackGetPgood()45 auto pwrObj = static_cast<PowerInterface*>(context); in callbackGetPgood()66 int PowerInterface::callbackGetPgoodTimeout( in callbackGetPgoodTimeout()75 auto pwrObj = static_cast<PowerInterface*>(context); in callbackGetPgoodTimeout()97 int PowerInterface::callbackGetPowerState(sd_bus_message* msg, void* context, in callbackGetPowerState()104 auto pwrObj = static_cast<PowerInterface*>(context); in callbackGetPowerState()129 int PowerInterface::callbackSetPgoodTimeout( in callbackSetPgoodTimeout()144 auto pwrObj = static_cast<PowerInterface*>(context); in callbackSetPgoodTimeout()162 int PowerInterface::callbackGetState( in callbackGetState()[all …]
45 PowerInterface::toString(newPowerState))}; in setPowerState()68 PowerInterface::toString(newPowerState), e.what())); in setPowerState()121 PowerInterface::toString(newPowerState), reason)); in getChassisForNewPowerState()
39 using PowerState = PowerInterface::PowerState;40 using PowerGood = PowerInterface::PowerGood;
191 PowerInterface::toString(newPowerState))}; in verifyCanSetPowerState()
27 using PowerObject = sdbusplus::server::object_t<PowerInterface>;
73 PowerInterface::toString(newPowerState), reason)}; in setPowerState()
5 - PowerInterface12 - Sub-class of PowerInterface that provides a concrete implementation of the