Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dserver_sent_event.hpp44 std::function<void(Connection&, const Request&)> openHandlerIn, in ConnectionImpl() argument
49 openHandler(std::move(openHandlerIn)), in ConnectionImpl()
H A Dwebsocket.hpp57 Adaptor adaptorIn, std::function<void(Connection&)> openHandlerIn, in ConnectionImpl() argument
67 openHandler(std::move(openHandlerIn)), in ConnectionImpl()