Searched refs:BMCState (Results 1 – 10 of 10) sorted by relevance
99 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()
7 using BMCState = sdbusplus::server::xyz::openbmc_project::state::BMC; typedef15 const auto* BMCName = BMCState::namespace_path::bmc; in main()16 const auto* objPath = BMCState::namespace_path::value; in main()25 bus.request_name(BMCState::interface); in main()
83 BMCState currentBMCState(BMCState value) override;
38 using BMCState = sdbusplus::client::xyz::openbmc_project::state::BMC<>; typedef91 bus, bmcPath.str, BMCState::interface, "LastRebootCause")); in main()
251 if (sdbusplus::message::convert_from_string<BMC::BMCState>(bmcState) != in isBmcReady()252 BMC::BMCState::Ready) in isBmcReady()
213 BMC::BMCState bmcState; in isBmcReady()234 return bmcState == BMC::BMCState::Ready; in isBmcReady()
104 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
159 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
183 if (BMC::convertBMCStateFromString(state) == BMC::BMCState::Ready) in DataInterface()
196 BMC::BMCState::Ready; in getCurrentBmcState()