HomeSort by relevance Sort by last modified time
    Searched defs:ice_ufrag (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportdescription.h 80 const std::string& ice_ufrag,
87 ice_ufrag(ice_ufrag),
93 TransportDescription(const std::string& ice_ufrag,
95 : ice_ufrag(ice_ufrag),
101 ice_ufrag(from.ice_ufrag),
114 ice_ufrag = from.ice_ufrag;
143 std::string ice_ufrag; member in struct:cricket::TransportDescription
    [all...]
faketransportcontroller.h 58 const std::string& ice_ufrag() const { return ice_ufrag_; } function in class:cricket::FakeTransportChannel
90 void SetIceCredentials(const std::string& ice_ufrag,
92 ice_ufrag_ = ice_ufrag;
95 void SetRemoteIceCredentials(const std::string& ice_ufrag,
97 remote_ice_ufrag_ = ice_ufrag;
portallocator.h 116 const std::string& ice_ufrag,
145 const std::string& ice_ufrag() const { return ice_ufrag_; } function in class:cricket::PortAllocatorSession
149 // TODO(deadbeef): Get rid of these when everyone switches to ice_ufrag and
193 const std::string& ice_ufrag,
242 const std::string& ice_ufrag,
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 948 const char ice_ufrag[] = "a=ice-ufrag"; local
    [all...]

Completed in 271 milliseconds