Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dserver_sent_event_impl.hpp37 class ConnectionImpl : public Connection class
40 ConnectionImpl( in ConnectionImpl() function in crow::sse_socket::ConnectionImpl
52 ConnectionImpl(const ConnectionImpl&) = delete;
53 ConnectionImpl(const ConnectionImpl&&) = delete;
54 ConnectionImpl& operator=(const ConnectionImpl&) = delete;
55 ConnectionImpl& operator=(const ConnectionImpl&&) = delete;
57 ~ConnectionImpl() override in ~ConnectionImpl()
72 std::bind_front(&ConnectionImpl::sendSSEHeaderCallback, this, in start()
111 std::bind_front(&ConnectionImpl::afterReadError, in sendSSEHeaderCallback()
147 std::bind_front(&ConnectionImpl::doWriteCallback, this, in doWrite()
[all …]
H A Dwebsocket_impl.hpp45 class ConnectionImpl : public Connection class
47 using self_t = ConnectionImpl<Adaptor>;
50 ConnectionImpl( in ConnectionImpl() function in crow::websocket::ConnectionImpl
/openbmc/bmcweb/http/routing/
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()
H A Dsserule.cpp48 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade()
50 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade()
58 std::shared_ptr<crow::sse_socket::ConnectionImpl< in handleUpgrade()
60 myConnection = std::make_shared<crow::sse_socket::ConnectionImpl< in handleUpgrade()
/openbmc/bmcweb/test/http/
H A Dserver_sent_event_test.cpp44 std::shared_ptr<ConnectionImpl<TestStream>> conn = in TEST()
45 std::make_shared<ConnectionImpl<TestStream>>(std::move(stream), in TEST()