Searched refs:ContentGroup (Results 1 – 11 of 11) sorted by relevance
74 class ContentGroup {76 explicit ContentGroup(const std::string& semantics) : in ContentGroup() function93 typedef std::vector<ContentGroup> ContentGroups;172 const ContentGroup* GetGroupByName(const std::string& name) const;176 void AddGroup(const ContentGroup& group) { content_groups_.push_back(group); } in AddGroup()
67 const std::string* ContentGroup::FirstContentName() const { in FirstContentName()71 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()76 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName()82 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName()228 const ContentGroup* SessionDescription::GetGroupByName( in GetGroupByName()
714 const ContentGroup* local_bundle_group = in MaybeEnableMuxingSupport()716 const ContentGroup* remote_bundle_group = in MaybeEnableMuxingSupport()743 const ContentGroup* muxed_group) { in SetSelectedProxy()
512 const ContentGroup* muxed_group);
694 ContentGroup group(group_name); in ParseJingleGroupInfos()
1227 cricket::ContentGroup group(cricket::GROUP_TYPE_BUNDLE); in TestSession()1342 cricket::ContentGroup group(cricket::GROUP_TYPE_BUNDLE); in TestSession()
520 static bool UpdateTransportInfoForBundle(const ContentGroup& bundle_group, in UpdateTransportInfoForBundle()623 static bool UpdateCryptoParamsForBundle(const ContentGroup& bundle_group, in UpdateCryptoParamsForBundle()1277 ContentGroup offer_bundle(GROUP_TYPE_BUNDLE); in CreateOffer()1474 const ContentGroup* offer_bundle = offer->GetGroupByName(GROUP_TYPE_BUNDLE); in CreateAnswer()1475 ContentGroup answer_bundle(GROUP_TYPE_BUNDLE); in CreateAnswer()
1649 cricket::ContentGroup group(cricket::CN_AUDIO); in TEST()
50 using cricket::ContentGroup;776 const cricket::ContentGroup group1 = groups1.at(i); in CompareSessionDescription()777 const cricket::ContentGroup group2 = groups2.at(i); in CompareSessionDescription()1384 ContentGroup group(cricket::GROUP_TYPE_BUNDLE); in TEST_F()1703 ContentGroup group(cricket::GROUP_TYPE_BUNDLE); in TEST_F()
856 const cricket::ContentGroup* group = in SdpSerializeSessionDescription()1909 cricket::ContentGroup group(semantics); in ParseGroupAttribute()
1582 const cricket::ContentGroup* bundle_group = in ValidateBundleSettings()