Searched refs:StringToConnectionRole (Results 1 – 3 of 3) sorted by relevance
100 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role);
111 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role) { in StringToConnectionRole() function
2313 if (!cricket::StringToConnectionRole(role_str, role)) { in ParseDtlsSetup()