Searched defs:ice_ufrag (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | portallocator.cc | 18 const std::string& ice_ufrag, in PortAllocatorSession() 35 const std::string& ice_ufrag, in CreateSession()
|
D | dtlstransportchannel.h | 170 void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() 174 void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials()
|
D | transportdescription.h | 143 std::string ice_ufrag; member
|
D | faketransportcontroller.h | 58 const std::string& ice_ufrag() const { return ice_ufrag_; } in ice_ufrag() function 90 void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() 95 void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials()
|
D | transportdescriptionfactory_unittest.cc | 35 const std::string& opt, const std::string& ice_ufrag, in CheckDesc()
|
D | p2ptransportchannel.cc | 337 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() 346 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials()
|
D | portallocator.h | 145 const std::string& ice_ufrag() const { return ice_ufrag_; } in ice_ufrag() function
|
D | port.cc | 1282 void Connection::MaybeSetRemoteIceCredentials(const std::string& ice_ufrag, in MaybeSetRemoteIceCredentials()
|
/external/webrtc/webrtc/p2p/client/ |
D | fakeportallocator.h | 89 const std::string& ice_ufrag, in FakePortAllocatorSession() 171 const std::string& ice_ufrag, in CreateSessionInternal()
|
D | httpportallocator.cc | 107 const std::string& ice_ufrag, in HttpPortAllocatorSessionBase()
|
D | basicportallocator.cc | 135 const std::string& ice_ufrag, const std::string& ice_pwd) { in CreateSessionInternal() 146 const std::string& ice_ufrag, in BasicPortAllocatorSession()
|
D | portallocator_unittest.cc | 204 const std::string& ice_ufrag, const std::string& ice_pwd) { in CreateSession()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp_unittest.cc | 948 const char ice_ufrag[] = "a=ice-ufrag"; in RemoveCandidateUfragPwd() local 1001 const std::string& ice_ufrag, in SetIceUfragPwd()
|