Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp875 timerStarted = false; in cancelDeadlineTimer()
900 self->timerStarted = false; in afterTimerWait()
921 if (timerStarted) in startDeadline()
941 timerStarted = true; in startDeadline()
973 bool timerStarted = false; member in crow::Connection