HomeSort by relevance Sort by last modified time
    Searched refs:ice_ufrag_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/p2p/base/
portallocator.cc 25 ice_ufrag_(ice_ufrag),
portallocator.h 145 const std::string& ice_ufrag() const { return ice_ufrag_; }
151 const std::string& username() const { return ice_ufrag_; }
160 std::string ice_ufrag_; member in class:cricket::PortAllocatorSession
faketransportcontroller.h 58 const std::string& ice_ufrag() const { return ice_ufrag_; }
92 ice_ufrag_ = ice_ufrag;
330 std::string ice_ufrag_; member in class:cricket::FakeTransportChannel
p2ptransportchannel.cc 340 ice_ufrag_ = ice_ufrag;
402 if (ice_ufrag_.empty() || ice_pwd_.empty()) {
404 LOG(LS_ERROR) << "P2PTransportChannel::Connect: The ice_ufrag_ and the "
417 allocator_sessions_.back()->ice_pwd(), ice_ufrag_,
425 SessionId(), transport_name(), component(), ice_ufrag_, ice_pwd_));
    [all...]
p2ptransportchannel.h 284 std::string ice_ufrag_; member in class:cricket::P2PTransportChannel

Completed in 112 milliseconds