Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp71 std::function<std::string()>& getCachedDateStrF, HttpType httpTypeIn, in HTTP2Connection() argument
75 getCachedDateStr(getCachedDateStrF), mtlsSession(mtlsSessionIn) in HTTP2Connection()
H A Dhttp_connection.hpp81 std::function<std::string()>& getCachedDateStrF, in Connection() argument
84 timer(std::move(timerIn)), getCachedDateStr(getCachedDateStrF) in Connection()