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.cpp99 this->currentBMCState(BMCState::Quiesced); in discoverInitialState()
108 this->currentBMCState(BMCState::Ready); in discoverInitialState()
113 this->currentBMCState(BMCState::NotReady); in discoverInitialState()
127 this->currentBMCState(BMCState::NotReady); in executeTransition()
161 this->currentBMCState(BMCState::NotReady); in executeTransition()
190 this->currentBMCState(BMCState::Quiesced); in bmcStateChange()
217 this->currentBMCState(BMCState::Ready); in bmcStateChange()
245 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState() function in phosphor::state::manager::BMC
250 return server::BMC::currentBMCState(value); in currentBMCState()
H A Dbmc_state_manager.hpp83 BMCState currentBMCState(BMCState value) override;