Home
last modified time | relevance | path

Searched refs:connIn (Results 1 – 5 of 5) 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()
193 peerSocket(connIn.getIoContext()), in NbdProxyServer()
194 acceptor(connIn.getIoContext(), stream_protocol::endpoint(socketId)), in NbdProxyServer()
195 connection(connIn) in NbdProxyServer()
H A Dobmc_console.hpp29 crow::websocket::Connection& connIn) : in ConsoleHandler() argument
30 hostSocket(ioc), conn(connIn) in ConsoleHandler()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp67 Subscription::Subscription(crow::sse_socket::Connection& connIn) : in Subscription() argument
69 sseConn(&connIn)
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp49 explicit Subscription(crow::sse_socket::Connection& connIn);