Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp199 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in afterResolve()
248 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in doSslHandshake()
285 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in sendMessage()
336 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in recvMessage()
425 static void onTimeout(const std::weak_ptr<ConnectionInfo>& weakSelf, in onTimeout() function in crow::ConnectionInfo