Home
last modified time | relevance | path

Searched refs:SetEventLoopFactory (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_server.h94 void SetEventLoopFactory(QuicEventLoopFactory* factory);
H A Dquic_test_server.cc207 void QuicTestServer::SetEventLoopFactory(QuicEventLoopFactory* factory) { in SetEventLoopFactory() function in quic::test::QuicTestServer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc543 test_server->SetEventLoopFactory(GetParam().event_loop); in StartServer()