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.h80 void set_redirect_hook(TurnRedirectInterface* redirect_hook) { in set_redirect_hook() function
82 server_.set_redirect_hook(redirect_hook); in set_redirect_hook()
Dturn_port_unittest.cc437 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServer()
464 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerV4toV6()
483 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerPingPong()
507 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerDetectRepetition()
547 turn_server_.set_redirect_hook(&redirector); in TestTurnAlternateServerLoopback()
Dturn_server.h215 void set_redirect_hook(TurnRedirectInterface* redirect_hook) { in set_redirect_hook() function