Searched refs:reqSessionId (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-net-ipmid/command/ |
H A D | session_cmds.cpp | 130 uint8_t closeOtherNetInstanceSession(const uint32_t reqSessionId, in closeOtherNetInstanceSession() argument 145 if (isSessionObjectMatched(obj, reqSessionId, reqSessionHandle)) in closeOtherNetInstanceSession() 180 uint8_t closeMyNetInstanceSession(uint32_t reqSessionId, in closeMyNetInstanceSession() argument 188 if (reqSessionId == session::sessionZero) in closeMyNetInstanceSession() 190 reqSessionId = session::Manager::get().getSessionIDbyHandle( in closeMyNetInstanceSession() 192 if (!reqSessionId) in closeMyNetInstanceSession() 209 session::Manager::get().getSession(reqSessionId); in closeMyNetInstanceSession() 227 status = session::Manager::get().stopSession(reqSessionId); in closeMyNetInstanceSession() 262 uint32_t reqSessionId = request->sessionID; in closeSession() local 272 if (reqSessionId == session::sessionZero && in closeSession() [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | sessionhelper.hpp | 78 const uint32_t reqSessionId, in isSessionObjectMatched() argument 86 return (reqSessionId == sessionId) || in isSessionObjectMatched()
|
/openbmc/phosphor-host-ipmid/ |
H A D | apphandler.cpp | 940 ipmi::RspType<> ipmiAppCloseSession(uint32_t reqSessionId, in ipmiAppCloseSession() 947 if (reqSessionId == session::sessionZero && in ipmiAppCloseSession() 953 if (reqSessionId == session::sessionZero && in ipmiAppCloseSession() 959 if (reqSessionId != session::sessionZero && in ipmiAppCloseSession() 974 if (isSessionObjectMatched(obj, reqSessionId, reqSessionHandle)) in ipmiAppCloseSession() 1033 * @param[in] reqSessionId - unpacked session Id will be asigned 1041 ipmi::message::Payload& payload, uint32_t& reqSessionId, in getSessionInfoRequestData() 1072 reqSessionId = ctx->sessionId; in getSessionInfoRequestData() 1093 if ((payload.unpack(reqSessionId)) || (!payload.fullyUnpacked())) in getSessionInfoRequestData() 1098 if (reqSessionId in getSessionInfoRequestData() 937 ipmiAppCloseSession(uint32_t reqSessionId,std::optional<uint8_t> requestSessionHandle) ipmiAppCloseSession() argument 1038 getSessionInfoRequestData(const ipmi::Context::ptr ctx,const uint8_t sessionIndex,ipmi::message::Payload & payload,uint32_t & reqSessionId,uint8_t & reqSessionHandle) getSessionInfoRequestData() argument 1208 uint32_t reqSessionId = 0; ipmiAppGetSessionInfo() local [all...] |