Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 151) sorted by relevance

1234567

/openbmc/bmcweb/http/
H A Dserver_sent_event.hpp21 struct Connection : public std::enable_shared_from_this<Connection> struct
24 Connection() = default;
26 Connection(const Connection&) = delete;
27 Connection(Connection&&) = delete;
28 Connection& operator=(const Connection&) = delete;
29 Connection& operator=(const Connection&&) = delete;
30 virtual ~Connection() = default;
38 class ConnectionImpl : public Connection
247 std::shared_ptr<Connection> self = weakSelf.lock(); in onTimeoutCallback()
284 std::function<void(Connection&)> openHandler;
[all …]
H A Dwebsocket.hpp25 struct Connection : std::enable_shared_from_this<Connection> struct
28 Connection() = default;
30 Connection(const Connection&) = delete;
31 Connection(Connection&&) = delete;
32 Connection& operator=(const Connection&) = delete;
33 Connection& operator=(const Connection&&) = delete;
43 virtual ~Connection() = default;
48 class ConnectionImpl : public Connection
354 std::function<void(Connection&)> openHandler;
361 std::function<void(Connection&)> errorHandler;
[all …]
H A Dhttp_connection.hpp58 class Connection : class
59 public std::enable_shared_from_this<Connection<Adaptor, Handler>>
61 using self_type = Connection<Adaptor, Handler>;
84 ~Connection() in ~Connection()
94 Connection(const Connection&) = delete;
95 Connection(Connection&&) = delete;
96 Connection& operator=(const Connection&) = delete;
97 Connection& operator=(Connection&&) = delete;
694 std::shared_ptr<Connection<Adaptor, Handler>> self = in startDeadline()
759 Connection<Adaptor, Handler>>::shared_from_this;
[all …]
H A Dhttp_server.hpp134 std::shared_ptr<Connection<Adaptor, Handler>> connection; in doAccept()
145 connection = std::make_shared<Connection<Adaptor, Handler>>( in doAccept()
151 connection = std::make_shared<Connection<Adaptor, Handler>>( in doAccept()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammurc42 ; Connection "fbus", device type serial
48 ; Connection "fbususb" on Linux
54 ; Connection "fbuspl2303", device type usb
56 ; Connection "mbus", device type serial
69 ; Connection "dku2at", device type dku2
77 ; Connection "irdaat", device type irda
90 ; Connection "bluerffbus", device type BT
95 ; Connection "bluephonet", device type BT
100 ; Connection "bluerfat", device type BT
102 ; Connection "blueat", device type BT
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch40 + "Connection": [
67 + "Connection": [
110 + "Connection": [
137 + "Connection": [
180 + "Connection": [
207 + "Connection": [
250 + "Connection": [
277 + "Connection": [
320 + "Connection": [
347 + "Connection": [
[all …]
/openbmc/qemu/net/
H A Dcolo.c141 Connection *connection_new(ConnectionKey *key) in connection_new()
143 Connection *conn = g_slice_new0(Connection); in connection_new()
156 Connection *conn = opaque; in connection_destroy()
162 g_slice_free(Connection, conn); in connection_destroy()
217 Connection *connection_get(GHashTable *connection_track_table, in connection_get()
221 Connection *conn = g_hash_table_lookup(connection_track_table, key); in connection_get()
249 Connection *conn = g_hash_table_lookup(connection_track_table, key); in connection_has_tracked()
H A Dcolo.h69 typedef struct Connection { struct
88 } Connection; argument
96 Connection *connection_new(ConnectionKey *key);
98 Connection *connection_get(GHashTable *connection_track_table,
H A Dfilter-rewriter.c72 Connection *conn, in handle_primary_tcp_pkt()
178 Connection *conn, in handle_secondary_tcp_pkt()
260 Connection *conn; in colo_rewriter_receive_iov()
331 Connection *conn = (Connection *)value; in reset_seq_offset()
340 Connection *conn = (Connection *)value; in offset_is_nonzero()
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_connection.robot23 Create Session And Check Connection Stability
34 Create Session And Check Connection Stability On Reboot
35 [Documentation] Create Session And Check Connection Stability On Reboot
42 Repeat Keyword ${duration} Check Connection On Reboot
54 Check Connection On Reboot
/openbmc/openbmc-test-automation/lib/serial_connection/
H A Dserial_console_client.robot12 Open Telnet Connection To BMC Serial Console
26 Telnet.Open Connection
61 Open Telnet Connection To BMC Serial Console
66 Close Serial Console Connection
69 Close Serial Console Connection
74 Telnet.Close Connection
/openbmc/bmcweb/include/
H A Dobmc_console.hpp29 crow::websocket::Connection& connIn) : in ConsoleHandler()
146 crow::websocket::Connection& conn;
150 crow::websocket::Connection*, std::shared_ptr<ConsoleHandler>, std::less<>,
151 std::vector<std::pair<crow::websocket::Connection*,
162 inline void onClose(crow::websocket::Connection& conn, const std::string& err) in onClose()
178 inline void connectConsoleSocket(crow::websocket::Connection& conn, in connectConsoleSocket()
218 processConsoleObject(crow::websocket::Connection& conn, in processConsoleObject()
263 inline void onOpen(crow::websocket::Connection& conn) in onOpen()
311 inline void onMessage(crow::websocket::Connection& conn, in onMessage()
H A Dkvm_websocket.hpp20 explicit KvmSession(crow::websocket::Connection& connIn) : in KvmSession()
158 crow::websocket::Connection& conn;
165 using SessionMap = boost::container::flat_map<crow::websocket::Connection*,
177 .onopen([](crow::websocket::Connection& conn) { in requestRoutes()
188 .onclose([](crow::websocket::Connection& conn, const std::string&) { in requestRoutes()
191 .onmessage([](crow::websocket::Connection& conn, in requestRoutes()
H A Ddbus_monitor.hpp28 using SessionMap = boost::container::flat_map<crow::websocket::Connection*,
42 crow::websocket::Connection* connection = in onPropertyUpdate()
43 static_cast<crow::websocket::Connection*>(userdata); in onPropertyUpdate()
128 .onopen([&](crow::websocket::Connection& conn) { in requestRoutes()
132 .onclose([&](crow::websocket::Connection& conn, const std::string&) { in requestRoutes()
135 .onmessage([&](crow::websocket::Connection& conn, in requestRoutes()
H A Dvm_websocket.hpp29 static crow::websocket::Connection* session = nullptr;
188 NbdProxyServer(crow::websocket::Connection& connIn, in NbdProxyServer()
408 crow::websocket::Connection& connection;
411 using SessionMap = boost::container::flat_map<crow::websocket::Connection*,
417 afterGetSocket(crow::websocket::Connection& conn, in afterGetSocket()
463 inline void onOpen(crow::websocket::Connection& conn) in onOpen()
492 inline void onClose(crow::websocket::Connection& conn, in onClose()
506 inline void onMessage(crow::websocket::Connection& conn, std::string_view data, in onMessage()
554 .onopen([](crow::websocket::Connection& conn) { in requestRoutes()
577 .onclose([](crow::websocket::Connection& conn, in requestRoutes()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dconnection_client.robot12 Open Connection And Log In
20 # connection_args A dictionary of acceptable inputs to the Open Connection
27 # Of the above arguments to Open Connection, this keyword
56 Open Connection for SCP
73 Validate Or Open Connection
79 # connection_args A dictionary of arguments to pass to Open Connection
103 ... Open Connection and Log In &{connection_args}
119 ... Switch Connection ${alias} AND
125 ... Switch Connection ${alias} AND
131 ... Switch Connection ${connection.index} AND
[all …]
/openbmc/bmcweb/http/routing/
H A Dwebsocketrule.hpp103 std::function<void(crow::websocket::Connection&)> openHandler;
104 std::function<void(crow::websocket::Connection&, const std::string&, bool)>
106 std::function<void(crow::websocket::Connection&, std::string_view,
110 std::function<void(crow::websocket::Connection&, const std::string&)>
112 std::function<void(crow::websocket::Connection&)> errorHandler;
H A Dsserule.hpp80 std::function<void(crow::sse_socket::Connection&)> openHandler;
81 std::function<void(crow::sse_socket::Connection&)> closeHandler;
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_network_security.robot103 SSHLibrary.Open Connection ${OPENBMC_HOST}
104 Open Connection And Log In ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
142 SSHLibrary.Open Connection ${OPENBMC_HOST} port=${HOST_SOL_PORT}
148 Send Continuous TCP Connection Requests To Redfish Interface And Check Stability
154 ${connection_loss}= Establish TCP Connections And Get Connection Failures
166 Send Continuous TCP Connection Requests To IPMI Interface And Check Stability
172 ${connection_loss}= Establish TCP Connections And Get Connection Failures
183 Send Continuous TCP Connection Requests To SSH Interface And Check Stability
189 ${connection_loss}= Establish TCP Connections And Get Connection Failures
219 ... Open Connection And Log In ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
[all …]
H A Dtest_ssl.robot12 Test SSL Connection
18 Test Non SSL Connection To Port 80
26 Test Non SSL Connection To HTTPS Port
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000e.rst4 Linux Driver for Intel(R) Ethernet Network Connection
286 - Intel(R) 82578DM Gigabit Network Connection
287 - Intel(R) 82577LM Gigabit Network Connection
292 - Intel(R) PRO/1000 PM Network Connection
293 - Intel(R) 82562G 10/100 Network Connection
294 - Intel(R) 82562G-2 10/100 Network Connection
295 - Intel(R) 82562GT 10/100 Network Connection
297 - Intel(R) 82562V 10/100 Network Connection
298 - Intel(R) 82562V-2 10/100 Network Connection
299 - Intel(R) 82566DC Gigabit Network Connection
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hpp15 inline void createSubscription(crow::sse_socket::Connection& conn) in createSubscription()
43 inline void deleteSubscription(crow::sse_socket::Connection& conn) in deleteSubscription()
/openbmc/qemu/tests/qemu-iotests/
H A D162.out9 … "localhost", "port": "0", "path": "/foo"}': Failed to connect to 'localhost:0': Connection refused
10 …driver=ssh,host=localhost,port=0,path=/foo': Failed to connect to 'localhost:0': Connection refused
/openbmc/openbmc-test-automation/extended/
H A Dtest_ac_cycles.robot10 Suite Setup Open Connection And Log In
28 Open Connection And Log In
/openbmc/bmcweb/test/http/
H A Dhttp_connection_test.cpp74 std::shared_ptr<crow::Connection<boost::beast::test::stream, FakeHandler>> in TEST()
76 crow::Connection<boost::beast::test::stream, FakeHandler>>( in TEST()

1234567