Home
last modified time | relevance | path

Searched refs:currentBMCState (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-state-manager/
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() function in phosphor::state::manager::BMC
236 return server::BMC::currentBMCState(value); in currentBMCState()
H A Dbmc_state_manager.hpp83 BMCState currentBMCState(BMCState value) override;