HomeSort by relevance Sort by last modified time
    Searched full:auth_hook_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
turnserver.h 178 void set_auth_hook(TurnAuthInterface* auth_hook) { auth_hook_ = auth_hook; }
258 TurnAuthInterface* auth_hook_; member in class:cricket::TurnServer
turnserver.cc 121 auth_hook_(NULL),
287 return (auth_hook_ != NULL && auth_hook_->GetKey(username, realm_, key));

Completed in 121 milliseconds