Searched refs:ICE_UFRAG_LENGTH (Results 1 – 8 of 8) sorted by relevance
32 desc->ice_ufrag = rtc::CreateRandomString(ICE_UFRAG_LENGTH); in CreateOffer()66 desc->ice_ufrag = rtc::CreateRandomString(ICE_UFRAG_LENGTH); in CreateAnswer()
26 const int ICE_UFRAG_LENGTH = 16; variable
31 extern const int ICE_UFRAG_LENGTH;
40 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH), in CheckDesc()101 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH), in VerifyUfragAndPasswordChanged()
240 std::vector<std::string>(), rtc::CreateRandomString(ICE_UFRAG_LENGTH), in ConnectChannels()
195 ice_username_fragment_ = rtc::CreateRandomString(ICE_UFRAG_LENGTH); in Construct()
376 username_(rtc::CreateRandomString(ICE_UFRAG_LENGTH)), in PortTest()
325 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH), in TestTransportInfo()347 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH), in TestTransportInfo()369 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH), in TestTransportInfo()