Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dchassis_state_manager.cpp120 server::Chassis::currentPowerState(PowerState::On); in determineInitialState()
192 server::Chassis::currentPowerState(PowerState::Off); in determineInitialState()
218 (server::Chassis::currentPowerState() == PowerState::Off)) in determineStatusOfPower()
562 this->currentPowerState(server::Chassis::PowerState::Off); in sysStateChange()
570 this->currentPowerState(server::Chassis::PowerState::On); in sysStateChange()
617 Chassis::PowerState Chassis::currentPowerState(PowerState value) in currentPowerState() function in phosphor::state::manager::Chassis
623 chassisPowerState = server::Chassis::currentPowerState(value); in currentPowerState()
643 if (ChassisInherit::currentPowerState() == PowerState::On) in pohCallback()
726 ChassisInherit::currentPowerState()); in serializeStateChangeTime()
783 if (lastState == ChassisInherit::currentPowerState()) in setStateChangeTime()
H A Dhost_check.cpp146 auto currentPowerState = in isChassiPowerOn() local
149 if (currentPowerState == Chassis::PowerState::On) in isChassiPowerOn()
H A Dchassis_state_manager.hpp83 PowerState currentPowerState(PowerState value) override;
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp297 PowerState currentPowerState; in isSystemPoweredOn() local
299 service, bus, currentPowerState); in isSystemPoweredOn()
300 if (currentPowerState == PowerState::On) in isSystemPoweredOn()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp868 PowerState currentPowerState; in analyzeBrownout() local
873 currentPowerState); in analyzeBrownout()
875 if (currentPowerState == PowerState::Off) in analyzeBrownout()