Home
last modified time | relevance | path

Searched refs:websocket (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/bmcweb/include/
H A Dobmc_console.hpp44 crow::websocket::Connection& connIn) : in ConsoleHandler()
130 crow::websocket::MessageType::Binary, payload, in doRead()
162 crow::websocket::Connection& conn;
166 crow::websocket::Connection*, std::shared_ptr<ConsoleHandler>, std::less<>,
167 std::vector<std::pair<crow::websocket::Connection*,
178 inline void onClose(crow::websocket::Connection& conn, const std::string& err) in onClose()
194 inline void connectConsoleSocket(crow::websocket::Connection& conn, in connectConsoleSocket()
233 crow::websocket::Connection& conn, const std::string& consoleObjPath, in processConsoleObject()
277 inline void onOpen(crow::websocket::Connection& conn) in onOpen()
325 inline void onMessage(crow::websocket::Connection& conn, in onMessage()
[all …]
H A Dvm_websocket.hpp48 static crow::websocket::Connection* session = nullptr;
204 NbdProxyServer(crow::websocket::Connection& connIn, in NbdProxyServer()
340 crow::websocket::MessageType::Binary, in afterRead()
423 crow::websocket::Connection& connection;
426 using SessionMap = boost::container::flat_map<crow::websocket::Connection*,
432 crow::websocket::Connection& conn, in afterGetSocket()
478 inline void onOpen(crow::websocket::Connection& conn) in onOpen()
507 inline void onClose(crow::websocket::Connection& conn, in onClose()
521 inline void onMessage(crow::websocket::Connection& conn, std::string_view data, in onMessage()
522 crow::websocket::MessageType /*type*/, in onMessage()
[all …]
H A Dkvm_websocket.hpp32 explicit KvmSession(crow::websocket::Connection& connIn) : in KvmSession()
170 crow::websocket::Connection& conn;
177 using SessionMap = boost::container::flat_map<crow::websocket::Connection*,
188 .websocket() in requestRoutes()
189 .onopen([](crow::websocket::Connection& conn) { in requestRoutes()
200 .onclose([](crow::websocket::Connection& conn, const std::string&) { in requestRoutes()
203 .onmessage([](crow::websocket::Connection& conn, in requestRoutes()
H A Ddbus_monitor.hpp39 using SessionMap = boost::container::flat_map<crow::websocket::Connection*,
53 crow::websocket::Connection* connection = in onPropertyUpdate()
54 static_cast<crow::websocket::Connection*>(userdata); in onPropertyUpdate()
138 .websocket() in requestRoutes()
139 .onopen([](crow::websocket::Connection& conn) { in requestRoutes()
143 .onclose([](crow::websocket::Connection& conn, const std::string&) { in requestRoutes()
146 .onmessage([](crow::websocket::Connection& conn, in requestRoutes()
/openbmc/bmcweb/http/routing/
H A Dwebsocketrule.hpp92 std::function<void(crow::websocket::Connection&)> openHandler;
93 std::function<void(crow::websocket::Connection&, const std::string&, bool)>
95 std::function<void(crow::websocket::Connection&, std::string_view,
96 crow::websocket::MessageType type,
99 std::function<void(crow::websocket::Connection&, const std::string&)>
101 std::function<void(crow::websocket::Connection&)> errorHandler;
H A Dwebsocketrule.cpp25 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade()
27 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade()
38 std::shared_ptr<crow::websocket::ConnectionImpl< in handleUpgrade()
40 myConnection = std::make_shared<crow::websocket::ConnectionImpl< in handleUpgrade()
/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp41 namespace websocket namespace
56 std::function<void(crow::websocket::Connection&, std::string_view, in ConnectionImpl()
57 crow::websocket::MessageType type, in ConnectionImpl()
70 ws.set_option(boost::beast::websocket::stream_base::timeout::suggested( in ConnectionImpl()
83 ws.set_option(boost::beast::websocket::stream_base::decorator( in start()
85 protocolHeader](boost::beast::websocket::response_type& m) { in start()
182 {boost::beast::websocket::close_code::normal, msg}, in close()
250 if (ec != boost::beast::websocket::error::closed && in doRead()
287 if (ec == boost::beast::websocket::error::closed) in doWrite()
336 boost::beast::websocket::stream<Adaptor, false> ws;
[all …]
H A Dwebsocket.hpp12 namespace websocket namespace
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-websocket-client_1.7.0.bb1 SUMMARY = "websocket client for python"
3 websocket-client module is WebSocket client for python. \
6 HOMEPAGE = "https://github.com/websocket-client/websocket-client"
H A Dpython3-socketio_5.11.2.bb16 PACKAGECONFIG[client] = ",,,python3-requests python3-websocket-client"
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_websocket.robot31 ${esel_received} eSEL received over websocket interface
32 ${dump_received} Dump notification received over websocket interface
41 [Documentation] Verify eSELs are reported over the websocket interface.
47 # Spawn the websocket monitor program and then generate an eSEL.
49 # websocket interface and report this fact to standard output.
68 # eSEL received over websocket interface.
76 [Documentation] Verify dumps are reported over the websocket interface.
90 # Dump notification received over websocket interface.
105 # monitor_type The type of websocket notifications to monitor,
122 [Documentation] Return the process Id(s) of running websocket monitors.
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0009-support-apxs.in-force-destdir-to-be-empty-string.patch8 related packages like apache-websocket will be unable to locate them:
11 …ache-websocket/0.1.1+gitAUTOINC+6968083264-r0/recipe-sysroot/ala-lpggp31/tgamblin/yocto/poky.git/b…
13 /ala-lpggp31/tgamblin/yocto/poky.git/build/tmp/work/core2-64-poky-linux/apache-websocket/0.1.1+gitA…
16 Ensure that it is always the empty string so that apache-websocket
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache-mod/
H A Dapache-websocket_git.bb3 HOMEPAGE = "https://github.com/jchampio/apache-websocket/"
12 # Original (github.com/disconnect/apache-websocket) is dead since 2012, the
14 SRC_URI = "git://github.com/jchampio/apache-websocket.git;branch=master;protocol=https"
/openbmc/bmcweb/scripts/
H A Dwebsocket_test.py52 ) as websocket:
59 await websocket.send(request)
62 payload = await websocket.recv()
/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py13 import websocket
98 websocket.enableTrace(enable_trace)
99 self.__websocket = websocket.create_connection(
/openbmc/openbmc-test-automation/bin/
H A Dwebsocket_monitor.py12 import websocket
215 websocket.enableTrace(False)
230 websocket_obj = websocket.WebSocketApp(
/openbmc/bmcweb/
H A DREADME.md9 - DBus event websocket. Allows registering on changes to specific dbus paths,
10 properties, and will send an event from the websocket if those filters match.
13 - Serial: A serial websocket for interacting with the host serial console
16 - KVM: A websocket based implementation of the RFB (VNC) frame buffer protocol
H A DTESTING.md102 routes, testing one route of each class (websocket, HTTP get, HTTP post) is
117 Turn on the `rest` meson option which provides a websocket route.
120 # run the websocket testing script and verify results
/openbmc/openbmc/meta-ibm/recipes-phosphor/interfaces/
H A Dbmcweb_%.bbappend13 -Dvm-websocket=disabled \
26 -Dvm-websocket=disabled \
/openbmc/webui-vue/src/store/modules/Operations/
H A DVirtualMediaStore.js42 websocket: '/vm/0/0', property in VirtualMediaStore.actions.getData.device
65 websocket: device.data?.Oem?.OpenBMC?.WebSocketEndpoint,
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-core/packagesgroups/
H A Dpackagegroup-meta-webserver.bb22 apache-websocket \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/
H A Dmycroft_19.8.1.bb70 python3-websocket-client \
76 # python3-websocket-client==0.54.0 python3-gtts python3-gtts-token
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue133 console.log('websocket console/default opened');
137 'websocket console/default closed. code: ' +
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/
H A Detcd-cpp-apiv3_0.15.4.bb30 SKIP_RECIPE[etcd-cpp-apiv3] ?= "needs ccpprest which needs websocket does work with boost >= 1.87"
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py116 websocket = await websockets.connect(
125 return WebsocketConnection(websocket, self.timeout)

123