Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_server.cc115 event_loop_ = CreateEventLoop(); in CreateUDPSocketAndListen()
174 std::unique_ptr<QuicEventLoop> QuicServer::CreateEventLoop() { in CreateEventLoop() function in quic::QuicServer
H A Dquic_server.h93 virtual std::unique_ptr<QuicEventLoop> CreateEventLoop();
H A Dquic_server_test.cc84 std::unique_ptr<QuicEventLoop> CreateEventLoop() override { in CreateEventLoop() function in quic::test::__anon95424b9f0111::TestQuicServer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_server.h97 std::unique_ptr<QuicEventLoop> CreateEventLoop() override;
H A Dquic_test_server.cc211 std::unique_ptr<QuicEventLoop> QuicTestServer::CreateEventLoop() { in CreateEventLoop() function in quic::test::QuicTestServer