Searched refs:HasGroup (Results 1 – 6 of 6) sorted by relevance
156 bool HasGroup(const std::string& name) const;
199 bool SessionDescription::HasGroup(const std::string& name) const { in HasGroup() function in cricket::SessionDescription
1397 if (offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled) { in CreateAnswer()1758 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddAudioContentForAnswer()1816 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddVideoContentForAnswer()1874 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddDataContentForAnswer()
1936 EXPECT_TRUE(copy->HasGroup(cricket::CN_AUDIO)); in TEST()
1921 bool bundle_enabled = desc->HasGroup(cricket::GROUP_TYPE_BUNDLE); in ValidateBundleSettings()
825 if (desc->HasGroup(cricket::GROUP_TYPE_BUNDLE)) { in SdpSerialize()