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

  /external/webrtc/webrtc/p2p/base/
constants.cc 26 const int ICE_UFRAG_LENGTH = 16;
constants.h 31 extern const int ICE_UFRAG_LENGTH;
transportdescriptionfactory.cc 32 desc->ice_ufrag = rtc::CreateRandomString(ICE_UFRAG_LENGTH);
66 desc->ice_ufrag = rtc::CreateRandomString(ICE_UFRAG_LENGTH);
transportdescriptionfactory_unittest.cc 40 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
101 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
transport.cc 240 std::vector<std::string>(), rtc::CreateRandomString(ICE_UFRAG_LENGTH),
port.cc 195 ice_username_fragment_ = rtc::CreateRandomString(ICE_UFRAG_LENGTH);
    [all...]
port_unittest.cc 376 username_(rtc::CreateRandomString(ICE_UFRAG_LENGTH)),
    [all...]
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 325 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
347 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
369 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
    [all...]

Completed in 113 milliseconds