Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp64 Connection(Handler* handlerIn, boost::asio::steady_timer&& timerIn, in Connection() argument
68 handler(handlerIn), timer(std::move(timerIn)), in Connection()