Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dkvm_websocket.hpp32 explicit KvmSession(crow::websocket::Connection& connIn) : in KvmSession() argument
33 conn(connIn), hostSocket(getIoContext()) in KvmSession()
38 endpoint, [this, &connIn](const boost::system::error_code& ec) { in KvmSession()
46 connIn.close("Error in connecting to KVM port"); in KvmSession()
H A Dobmc_console.hpp44 crow::websocket::Connection& connIn) : in ConsoleHandler() argument
45 hostSocket(ioc), conn(connIn) in ConsoleHandler()
H A Dvm_websocket.hpp204 NbdProxyServer(crow::websocket::Connection& connIn, in NbdProxyServer()
211 connection(connIn) in NbdProxyServer()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp73 Subscription::Subscription(crow::sse_socket::Connection& connIn) : in Subscription() argument
75 sseConn(&connIn), hbTimer(crow::connections::systemBus->get_io_context())
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp67 explicit Subscription(crow::sse_socket::Connection& connIn);