Home
last modified time | relevance | path

Searched defs:OnControlFrameAcked (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_control_frame_manager.cc191 bool QuicControlFrameManager::OnControlFrameAcked(const QuicFrame& frame) { in OnControlFrameAcked() function in quic::QuicControlFrameManager
H A Dquic_control_frame_manager_test.cc200 TEST_F(QuicControlFrameManagerTest, OnControlFrameAcked) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dsimple_session_notifier.cc505 bool SimpleSessionNotifier::OnControlFrameAcked(const QuicFrame& frame) { in OnControlFrameAcked() function in quic::test::SimpleSessionNotifier