Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dsessions_manager.cpp74 scheduleSessionCleaner(std::chrono::microseconds(3 * 1000 * 1000)); in managerInit()
86 scheduleSessionCleaner(std::chrono::microseconds(1 * 1000 * 1000)); in startSession()
282 scheduleSessionCleaner(cleanupDelay); in cleanStaleEntries()
334 void Manager::scheduleSessionCleaner(const std::chrono::microseconds& when) in scheduleSessionCleaner() function in session::Manager
H A Dsessions_manager.hpp130 void scheduleSessionCleaner(const std::chrono::microseconds& grace);
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp317 session::Manager::get().scheduleSessionCleaner(100us); in closeSession()