Home
last modified time | relevance | path

Searched refs:BMCState (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dbmc_state_manager_main.cpp7 using BMCState = sdbusplus::server::xyz::openbmc_project::state::BMC; typedef
15 const auto* BMCName = BMCState::namespace_path::bmc; in main()
16 const auto* objPath = BMCState::namespace_path::value; in main()
25 bus.request_name(BMCState::interface); in main()
H A Dbmc_state_manager.cpp97 this->currentBMCState(BMCState::Quiesced); in discoverInitialState()
106 this->currentBMCState(BMCState::Ready); in discoverInitialState()
111 this->currentBMCState(BMCState::NotReady); in discoverInitialState()
125 this->currentBMCState(BMCState::NotReady); in executeTransition()
159 this->currentBMCState(BMCState::NotReady); in executeTransition()
188 this->currentBMCState(BMCState::Quiesced); in bmcStateChange()
215 this->currentBMCState(BMCState::Ready); in bmcStateChange()
231 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState()
H A Dbmc_state_manager.hpp83 BMCState currentBMCState(BMCState value) override;
H A Dutils.cpp248 if (sdbusplus::message::convert_from_string<BMC::BMCState>(bmcState) != in isBmcReady()
249 BMC::BMCState::Ready) in isBmcReady()
H A Ddiscover_system_state.cpp38 using BMCState = sdbusplus::client::xyz::openbmc_project::state::BMC<>; typedef
91 bus, bmcPath.str, BMCState::interface, "LastRebootCause")); in main()
/openbmc/phosphor-buttons/src/
H A Dhost_then_chassis_poweroff.cpp213 BMC::BMCState bmcState; in isBmcReady()
234 return bmcState == BMC::BMCState::Ready; in isBmcReady()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DBMC.interface.yaml15 type: enum[self.BMCState]
46 - name: BMCState
/openbmc/phosphor-fan-presence/docs/control/fanctl/
H A DREADME.md104 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
/openbmc/docs/development/
H A Ddev-environment.md159 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp186 if (BMC::convertBMCStateFromString(state) == BMC::BMCState::Ready) in DataInterface()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp195 BMC::BMCState::Ready; in getCurrentBmcState()