Home
last modified time | relevance | path

Searched defs:SendAsync (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/io/
H A Devent_loop_connecting_client_socket.cc231 void EventLoopConnectingClientSocket::SendAsync(std::string data) { in SendAsync() function in quic::EventLoopConnectingClientSocket
241 void EventLoopConnectingClientSocket::SendAsync(quiche::QuicheMemSlice data) { in SendAsync() function in quic::EventLoopConnectingClientSocket
H A Devent_loop_connecting_client_socket_test.cc642 TEST_P(EventLoopConnectingClientSocketTest, SendAsync) { in TEST_P() argument