Searched refs:maxSessions (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/features/kvm/ |
| H A D | kvm_websocket.hpp | 27 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 D | pack.cpp | 456 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 D | obmc_console.hpp | 37 static constexpr const uint maxSessions = 32; variable 282 if (getConsoleHandlerMap().size() >= maxSessions) in onOpen()
|