Home
last modified time | relevance | path

Searched refs:set_redirect_hook (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dtest_turn_server.h84 void set_redirect_hook(TurnRedirectInterface* redirect_hook) { in set_redirect_hook() function
86 server_.set_redirect_hook(redirect_hook); in set_redirect_hook()
Dturn_port_unittest.cc482 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServer()
509 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerV4toV6()
528 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerPingPong()
552 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerDetectRepetition()
592 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerLoopback()
1842 turn_server_.set_redirect_hook(&redirector); in TEST_F()
Dturn_server.h221 void set_redirect_hook(TurnRedirectInterface* redirect_hook) { in set_redirect_hook() function