Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dkvm_websocket.hpp17 static constexpr const uint maxSessions = 4; variable
174 sessions.reserve(maxSessions); in requestRoutes()
182 if (sessions.size() == maxSessions) in requestRoutes()
H A Dobmc_console.hpp25 static constexpr const uint maxSessions = 32; variable
270 if (getConsoleHandlerMap().size() >= maxSessions) in onOpen()
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp456 constexpr uint8_t maxSessions = 15; // number of possible active sessions in TEST() local
481 p.pack(handle, maxSessions, currentSessions, activeSession, lanSession); in TEST()
483 sizeof(handle) + sizeof(maxSessions) + sizeof(currentSessions) + in TEST()
489 handle, maxSessions, currentSessions, userID, priv, protocol_channel, in TEST()