Searched refs:SetAllowTcpListen (Results 1 – 1 of 1) sorted by relevance
334 void SetAllowTcpListen(bool allow_tcp_listen) { in SetAllowTcpListen() function512 void SetAllowTcpListen(int endpoint, bool allow_tcp_listen) { in SetAllowTcpListen() function in cricket::P2PTransportChannelTestBase513 return GetEndpoint(endpoint)->SetAllowTcpListen(allow_tcp_listen); in SetAllowTcpListen()1777 SetAllowTcpListen(0, true); // actpass. in TEST_F()1778 SetAllowTcpListen(1, false); // active. in TEST_F()1814 SetAllowTcpListen(0, false); // active. in TEST_F()1815 SetAllowTcpListen(1, true); // actpass. in TEST_F()