Home
last modified time | relevance | path

Searched defs:sent_packets (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_trace_visitor_test.cc91 auto sent_packets = AllEventsWithType(quic_trace::PACKET_SENT); in TEST_F() local
101 auto sent_packets = AllEventsWithType(quic_trace::PACKET_SENT); in TEST_F() local
/external/webrtc/call/
Drtp_video_sender_unittest.cc732 std::vector<RtpPacket> sent_packets; in TEST() local
792 std::vector<RtpPacket> sent_packets; in TEST() local
839 std::vector<RtpPacket> sent_packets; in TEST() local
895 std::vector<RtpPacket> sent_packets; in TEST() local
950 std::vector<RtpPacket> sent_packets; in TEST() local
996 std::vector<RtpPacket> sent_packets; in TEST() local
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter_unittest.cc155 std::vector<PacketResult> sent_packets = { in TEST_F() local
291 std::vector<PacketResult> sent_packets; in TEST_F() local
/external/webrtc/p2p/base/
Dtcp_port_unittest.cc212 int sent_packets() const { return sent_packets_; } in sent_packets() function in SentPacketCounter
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc1378 uint32_t VirtualSocketServer::sent_packets() const { in sent_packets() function in rtc::VirtualSocketServer
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_unittest.cc122 const std::vector<RtpPacketReceived>& sent_packets() const { in sent_packets() function in webrtc::__anon2c2abd300111::LoopbackTransportTest