Lines Matching refs:sessionId
458 server.FreeSession(hSession->sessionId);
597 server.FreeSession(hSession->sessionId);
606 server.FreeSession(hSession->sessionId);
629 server.FreeSession(hSession->sessionId);
632 HSession HdcHostUART::GetSession(const uint32_t sessionId, bool)
634 return server.AdminSession(OP_QUERY, sessionId, nullptr);
661 server.EchoToClientsForSession(session->sessionId, echoStr);
672 server.FreeSession(session->sessionId);
673 ClearUARTOutMap(session->sessionId);
686 server.EchoToClientsForSession(session->sessionId,
770 void HdcHostUART::SendUartSoftReset(HSession hSession, uint32_t sessionId)
772 UartHead resetPackage(sessionId, PKG_OPTION_RESET);