Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dkvm_websocket.hpp20 explicit KvmSession(crow::websocket::Connection& connIn) : in KvmSession() argument
21 conn(connIn), hostSocket(conn.getIoContext()) in KvmSession()
26 endpoint, [this, &connIn](const boost::system::error_code& ec) { in KvmSession()
34 connIn.close("Error in connecting to KVM port"); in KvmSession()
H A Dvm_websocket.hpp188 NbdProxyServer(crow::websocket::Connection& connIn, in NbdProxyServer()
194 peerSocket(connIn.getIoContext()), in NbdProxyServer()
195 acceptor(connIn.getIoContext(), stream_protocol::endpoint(socketId)), in NbdProxyServer()
196 connection(connIn) in NbdProxyServer()
H A Dobmc_console.hpp29 crow::websocket::Connection& connIn) : in ConsoleHandler() argument
31 conn(connIn) in ConsoleHandler()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp279 explicit Subscription(crow::sse_socket::Connection& connIn) : in Subscription() argument
280 sseConn(&connIn) in Subscription()