Home
last modified time | relevance | path

Searched refs:SetSessionNotifier (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.h402 void SetSessionNotifier(SessionNotifierInterface* session_notifier) { in SetSessionNotifier() function
403 unacked_packets_.SetSessionNotifier(session_notifier); in SetSessionNotifier()
H A Dquic_unacked_packet_map.h229 void SetSessionNotifier(SessionNotifierInterface* session_notifier);
H A Dquic_unacked_packet_map.cc451 void QuicUnackedPacketMap::SetSessionNotifier( in SetSessionNotifier() function in quic::QuicUnackedPacketMap
H A Dquic_unacked_packet_map_test.cc35 unacked_packets_.SetSessionNotifier(&notifier_); in QuicUnackedPacketMapTest()
H A Dquic_connection.h1028 void SetSessionNotifier(SessionNotifierInterface* session_notifier);
H A Dquic_session.cc148 connection_->SetSessionNotifier(this); in Initialize()
H A Dquic_connection.cc5693 void QuicConnection::SetSessionNotifier( in SetSessionNotifier() function in quic::QuicConnection
5695 sent_packet_manager_.SetSessionNotifier(session_notifier); in SetSessionNotifier()
H A Dquic_sent_packet_manager_test.cc107 manager_.SetSessionNotifier(&notifier_); in QuicSentPacketManagerTest()
H A Dquic_connection_test.cc668 connection_.SetSessionNotifier(&notifier_); in QuicConnectionTest()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint.cc64 connection_->SetSessionNotifier(this); in QuicEndpoint()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dsimple_session_notifier_test.cc44 connection_.SetSessionNotifier(&notifier_); in SimpleSessionNotifierTest()