Home
last modified time | relevance | path

Searched refs:OnTcpClosed (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/fuzzers/
Dpseudotcp_parser_fuzzer.cc23 void OnTcpClosed(cricket::PseudoTcp* tcp, uint32_t error) {} in OnTcpClosed() function in webrtc::FakeIPseudoTcpNotify
/external/webrtc/p2p/base/
Dpseudo_tcp_unittest.cc145 virtual void OnTcpClosed(PseudoTcp* tcp, uint32_t error) { in OnTcpClosed() function in PseudoTcpTestBase
285 OnTcpClosed(&remote_, 0); in OnTcpReadable()
396 OnTcpClosed(&remote_, 0); in OnTcpReadable()
548 OnTcpClosed(&remote_, 0); in ReadUntilIOPending()
Dpseudo_tcp.h36 virtual void OnTcpClosed(PseudoTcp* tcp, uint32_t error) = 0;
Dpseudo_tcp.cc1160 m_notify->OnTcpClosed(this, err); in closedown()