HomeSort by relevance Sort by last modified time
    Searched refs:ice_ufrag (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc 647 ch->SetIceCredentials(local_description_->ice_ufrag,
653 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag,
session_unittest.cc 607 const std::string& ice_ufrag,
610 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd, 0),
682 const std::string& ice_ufrag,
686 ice_ufrag, ice_pwd, port_offset_ - 2);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 149 const std::string& ice_ufrag, const std::string& ice_pwd) {
152 sid, content_name, component, ice_ufrag, ice_pwd);
573 // This test verifies by changing ice_ufrag and/or ice_pwd
589 // Allocate a different session with sid |session1| and different ice_ufrag.
617 // Allocating a session with by changing both ice_ufrag and ice_pwd.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 777 EXPECT_EQ(transport1.description.ice_ufrag,
778 transport2.description.ice_ufrag);
834 const char ice_ufrag[] = "a=ice-ufrag"; local
    [all...]
webrtcsdp.cc     [all...]
webrtcsession_unittest.cc 520 transport_desc1->ice_ufrag != transport_desc2->ice_ufrag) {
539 std::string ufrag_line = "a=ice-ufrag:" + transport_desc->ice_ufrag
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 519 selected_transport_info->description.ice_ufrag;
527 it->description.ice_ufrag = selected_ufrag;
    [all...]

Completed in 177 milliseconds

12