Lines Matching refs:reqSessionId
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()
279 if (inPayload.size() == sizeof(reqSessionId) && in closeSession()
280 reqSessionId == session::sessionZero) in closeSession()
286 if (reqSessionId != session::sessionZero && in closeSession()
287 inPayload.size() != sizeof(reqSessionId)) in closeSession()
309 if (reqSessionId >> myNetInstanceSessionIdShiftMask == in closeSession()
311 (reqSessionId == session::sessionZero && in closeSession()
316 reqSessionId, reqSessionHandle, currentSessionPriv); in closeSession()
322 reqSessionId, reqSessionHandle, currentSessionPriv); in closeSession()