Home
last modified time | relevance | path

Searched refs:tearDownInProgress (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessiondef.hpp49 tearDownInProgress, // When Closing Session enumerator
/openbmc/phosphor-net-ipmid/
H A Dsession.hpp269 case State::tearDownInProgress: in isSessionActive()
H A Dsessions_manager.cpp182 static_cast<uint8_t>(session::State::tearDownInProgress)); in stopSession()
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp115 static_cast<uint8_t>(session::State::tearDownInProgress)); in setSessionState()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp920 static_cast<uint8_t>(session::State::tearDownInProgress)); in setSessionState()
1287 state == static_cast<uint8_t>(session::State::tearDownInProgress)) in ipmiAppGetSessionInfo()