Searched refs:maxSessions (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/include/ |
H A D | kvm_websocket.hpp | 17 static constexpr const uint maxSessions = 4; variable 174 sessions.reserve(maxSessions); in requestRoutes() 182 if (sessions.size() == maxSessions) in requestRoutes()
|
H A D | obmc_console.hpp | 25 static constexpr const uint maxSessions = 32; variable 270 if (getConsoleHandlerMap().size() >= maxSessions) in onOpen()
|
/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()
|