Home
last modified time | relevance | path

Searched refs:currentStateStr (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.cpp93 auto currentStateStr = getUnitState(obmcQuiesceTarget); in discoverInitialState() local
94 if (currentStateStr == activeState) in discoverInitialState()
102 currentStateStr = getUnitState(obmcStandbyTarget); in discoverInitialState()
103 if (currentStateStr == activeState) in discoverInitialState()
H A Dhost_state_manager.cpp194 const auto& currentStateStr = std::get<std::string>(currentState); in stateActive() local
195 return currentStateStr == ACTIVE_STATE || in stateActive()
196 currentStateStr == ACTIVATING_STATE; in stateActive()
H A Dchassis_state_manager.cpp531 const auto& currentStateStr = std::get<std::string>(currentState); in stateActive() local
532 return currentStateStr == ACTIVE_STATE || in stateActive()
533 currentStateStr == ACTIVATING_STATE; in stateActive()