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.cpp49 this->currentBMCState(BMCState::Quiesced); in bmcIsQuiesced()
130 this->currentBMCState(BMCState::Ready); in discoverInitialState()
135 this->currentBMCState(BMCState::NotReady); in discoverInitialState()
149 this->currentBMCState(BMCState::NotReady); in executeTransition()
183 this->currentBMCState(BMCState::NotReady); in executeTransition()
220 this->currentBMCState(BMCState::Ready); in bmcStateChange()
248 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState() function in phosphor::state::manager::BMC
253 return server::BMC::currentBMCState(value); in currentBMCState()
H A Dbmc_state_manager.hpp83 BMCState currentBMCState(BMCState value) override;