Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/net/
H A Dcolo.h69 typedef struct Connection { struct
88 } Connection; argument
/openbmc/bmcweb/http/
H A Dserver_sent_event_impl.hpp42 std::function<void(Connection&, const Request&)> openHandlerIn, in ConnectionImpl()
88 void sendSSEHeaderCallback(const std::shared_ptr<Connection>& /*self*/, in sendSSEHeaderCallback()
115 void afterReadError(const std::shared_ptr<Connection>& /*self*/, in afterReadError()
151 void doWriteCallback(const std::shared_ptr<Connection>& /*self*/, in doWriteCallback()
H A Dwebsocket_impl.hpp53 Adaptor adaptorIn, std::function<void(Connection&)> openHandlerIn, in ConnectionImpl()
56 std::function<void(crow::websocket::Connection&, std::string_view, in ConnectionImpl()
201 void acceptDone(const std::shared_ptr<Connection>& /*self*/, in acceptDone()
H A Dserver_sent_event.hpp16 struct Connection : public std::enable_shared_from_this<Connection> struct
H A Dwebsocket.hpp21 struct Connection : std::enable_shared_from_this<Connection> struct
H A Dhttp_connection.hpp71 class Connection : class
77 Connection(Handler* handlerIn, HttpType httpTypeIn, in Connection() function in crow::Connection
/openbmc/bmcweb/test/http/
H A Dserver_sent_event_test.cpp38 [&openCalled](Connection&, const Request& /*handedReq*/) { in TEST() argument
42 auto closeHandler = [&closeCalled](Connection&) { closeCalled = true; }; in TEST() argument
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DConnection.v1_4_0.json205 "Connection": { object