Home
last modified time | relevance | path

Searched refs:HostPower (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dhost_power.cpp38 HostPower::HostPower(sdbusplus::async::context& ctx) : in HostPower() function in phosphor::software::host_power::HostPower
43 sdbusplus::async::task<bool> HostPower::setState(sdbusplus::async::context& ctx, in setState()
80 sdbusplus::async::task<HostState> HostPower::getState( in getState()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dhost_power.hpp18 class HostPower class
21 HostPower(sdbusplus::async::context& ctx);
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.hpp40 HostPowerInf::HostPower hostPower;
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp95 auto prevPowerstate = co_await HostPower::getState(ctx); in updateDevice()
102 bool success = co_await HostPower::setState(ctx, stateOff); in updateDevice()
119 co_await HostPower::setState(ctx, prevPowerstate); in updateDevice()