Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/kvm/
H A Dkvm_websocket.hpp27 static constexpr const uint maxSessions = 4; variable
184 sessions.reserve(maxSessions); in requestRoutes()
192 if (sessions.size() == maxSessions) in requestRoutes()
/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()
/openbmc/bmcweb/features/serial/
H A Dobmc_console.hpp37 static constexpr const uint maxSessions = 32; variable
282 if (getConsoleHandlerMap().size() >= maxSessions) in onOpen()