Searched refs:currentBMCState (Results 1 – 2 of 2) sorted by relevance
52 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::BMC256 if (server::BMC::currentBMCState() != value) in currentBMCState()263 return server::BMC::currentBMCState(value); in currentBMCState()
83 BMCState currentBMCState(BMCState value) override;