Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/kvm/
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()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp57 Subscription::Subscription(crow::sse_socket::Connection& connIn) : in Subscription() argument
59 sseConn(&connIn), hbTimer(crow::connections::systemBus->get_io_context())
/openbmc/bmcweb/features/serial/
H A Dobmc_console.hpp43 crow::websocket::Connection& connIn) : in ConsoleHandler() argument
44 hostSocket(ioc), conn(connIn) in ConsoleHandler()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp56 explicit Subscription(crow::sse_socket::Connection& connIn);
/openbmc/bmcweb/features/virtual_media/
H A Dvm_websocket.hpp203 NbdProxyServer(crow::websocket::Connection& connIn, in NbdProxyServer()
210 connection(connIn) in NbdProxyServer()