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.cpp52 this->currentBMCState(BMCState::Quiesced); in bmcIsQuiesced()
133 this->currentBMCState(BMCState::Ready); in discoverInitialState()
138 this->currentBMCState(BMCState::NotReady); in discoverInitialState()
152 this->currentBMCState(BMCState::NotReady); in executeTransition()
186 this->currentBMCState(BMCState::NotReady); in executeTransition()
223 this->currentBMCState(BMCState::Ready); in bmcStateChange()
251 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState() function in phosphor::state::manager::BMC
256 if (server::BMC::currentBMCState() != value) in currentBMCState()
263 return server::BMC::currentBMCState(value); in currentBMCState()
H A Dbmc_state_manager.hpp83 BMCState currentBMCState(BMCState value) override;