Home
last modified time | relevance | path

Searched full:currentpowerstate (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DChassis.interface.yaml14 - name: CurrentPowerState
19 CurrentPowerState and RequestedPowerTransition properties.
27 CurrentPowerState in that it provides status of the power coming into
34 the CurrentPowerState property, in epoch time, in milliseconds. This
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/
H A Devents.json8 "property": { "name": "CurrentPowerState" }
32 "property": { "name": "CurrentPowerState" }
/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.cpp44 constexpr auto CHASSIS_STATE_POWER_PROP = "CurrentPowerState";
146 auto currentPowerState = in isChassiPowerOn() local
149 if (currentPowerState == Chassis::PowerState::On) in isChassiPowerOn()
H A Dchassis_state_manager.hpp82 /** @brief Set value of CurrentPowerState */
83 PowerState currentPowerState(PowerState value) override;
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp46 constexpr auto chassisStateProp = "CurrentPowerState";
297 PowerState currentPowerState; in isSystemPoweredOn() local
299 service, bus, currentPowerState); in isSystemPoweredOn()
300 if (currentPowerState == PowerState::On) in isSystemPoweredOn()
/openbmc/openpower-proc-control/
H A Dutil.cpp105 properties.append("CurrentPowerState"); in getChassisPowerState()
118 std::format("Failed to read CurrentPowerState property ({})", in getChassisPowerState()
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-poweron7 CurrentPowerState s \
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dchassisstate15 CurrentPowerState"
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-power-state-init7 CurrentPowerState s \
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-set-chassis-transition-to-on@.service14 …z/openbmc_project/state/chassis%i xyz.openbmc_project.State.Chassis CurrentPowerState s xyz.openbm…
H A Dphosphor-set-chassis-transition-to-off@.service13 …z/openbmc_project/state/chassis%i xyz.openbmc_project.State.Chassis CurrentPowerState s xyz.openbm…
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/
H A Dbletchley-system-state-init21 PROPERTY_NAME="CurrentPowerState"
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/bios-policy/
H A Dbios-policy.yaml19 property: CurrentPowerState
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-poweron-failure25 xyz.openbmc_project.State.Chassis CurrentPowerState \
H A Dpower-cmd17 export CHASSIS_PROPERTY_NAME="CurrentPowerState"
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/
H A Dhost-boot-enable.sh20 …yz/openbmc_project/state/chassis0 xyz.openbmc_project.State.Chassis CurrentPowerState | awk '{ pri…
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/
H A Dgbs-set-boot-failsafe.sh21 CurrentPowerState | jq -r '.["data"]')"
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/
H A Dboot-status-led.sh17 PWR_STATE_Property="CurrentPowerState"
/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/host/host-boot-enable/
H A Dhost-boot-enable.sh61 …yz/openbmc_project/state/chassis0 xyz.openbmc_project.State.Chassis CurrentPowerState | awk '{ pri…
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/
H A Dpower-cmd29 export CHASSIS_PROPERTY_NAME="CurrentPowerState"
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/
H A Dpower-util19 …yz/openbmc_project/state/chassis0 xyz.openbmc_project.State.Chassis CurrentPowerState | cut -d"." …
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version/
H A Dbios-version.sh9 …yz/openbmc_project/state/chassis0 xyz.openbmc_project.State.Chassis CurrentPowerState || echo "off…
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/
H A Dled-config.yaml31 property: CurrentPowerState
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_power_util.sh11 …yz/openbmc_project/state/chassis0 xyz.openbmc_project.State.Chassis CurrentPowerState | cut -d"." …

123