Home | History | Annotate | Download | only in base

Lines Matching refs:CreateRandomString

195     ice_username_fragment_ = rtc::CreateRandomString(ICE_UFRAG_LENGTH);
196 password_ = rtc::CreateRandomString(ICE_PWD_LENGTH);
240 c.set_id(rtc::CreateRandomString(8));
1378 std::string id = rtc::CreateRandomString(8);