Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-blobs/
H A Dmanager.hpp80 BlobManager(std::chrono::seconds sessionTimeout = defaultSessionTimeout) : in BlobManager() argument
81 sessionTimeout(sessionTimeout) in BlobManager()
268 std::chrono::seconds sessionTimeout; member in blobs::BlobManager
H A Dmanager.cpp303 if (timeNow - sessions[sessionId].lastActionTime >= sessionTimeout) in cleanUpStaleSessions()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp336 std::optional<int64_t> sessionTimeout; in handleSessionServicePatch() local
339 "SessionTimeout", sessionTimeout // in handleSessionServicePatch()
345 if (sessionTimeout) in handleSessionServicePatch()
352 if (*sessionTimeout <= 86400 && *sessionTimeout >= 30) in handleSessionServicePatch()
354 std::chrono::seconds sessionTimeoutInseconds(*sessionTimeout); in handleSessionServicePatch()
358 std::to_string(*sessionTimeout)); in handleSessionServicePatch()
362 messages::propertyValueNotInList(asyncResp->res, *sessionTimeout, in handleSessionServicePatch()