Searched defs:Connection (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/net/ |
H A D | colo.h | 69 typedef struct Connection { struct 88 } Connection; argument
|
/openbmc/bmcweb/http/ |
H A D | server_sent_event_impl.hpp | 42 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 D | websocket_impl.hpp | 53 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 D | server_sent_event.hpp | 16 struct Connection : public std::enable_shared_from_this<Connection> struct
|
H A D | websocket.hpp | 21 struct Connection : std::enable_shared_from_this<Connection> struct
|
H A D | http_connection.hpp | 71 class Connection : class 77 Connection(Handler* handlerIn, HttpType httpTypeIn, in Connection() function in crow::Connection
|
/openbmc/bmcweb/test/http/ |
H A D | server_sent_event_test.cpp | 38 [&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 D | Connection.v1_4_0.json | 205 "Connection": { object
|