Searched refs:ContentGroup (Results 1 – 8 of 8) sorted by relevance
57 class ContentGroup {59 explicit ContentGroup(const std::string& semantics) : in ContentGroup() function76 typedef std::vector<ContentGroup> ContentGroups;155 const ContentGroup* GetGroupByName(const std::string& name) const;159 void AddGroup(const ContentGroup& group) { content_groups_.push_back(group); } in AddGroup()
48 const std::string* ContentGroup::FirstContentName() const { in FirstContentName()52 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()57 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName()63 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName()209 const ContentGroup* SessionDescription::GetGroupByName( in GetGroupByName()
979 const cricket::ContentGroup* local_bundle = in UpdateSessionState()981 const cricket::ContentGroup* remote_bundle = in UpdateSessionState()985 const cricket::ContentGroup* answer_bundle = in UpdateSessionState()1172 bool WebRtcSession::EnableBundle(const cricket::ContentGroup& bundle) { in EnableBundle()1821 const cricket::ContentGroup* bundle_group = desc->GetGroupByName( in CreateChannels()1925 const cricket::ContentGroup* bundle_group = in ValidateBundleSettings()
388 bool EnableBundle(const cricket::ContentGroup& bundle);
53 using cricket::ContentGroup;859 const cricket::ContentGroup group1 = groups1.at(i); in CompareSessionDescription()860 const cricket::ContentGroup group2 = groups2.at(i); in CompareSessionDescription()1593 ContentGroup group(cricket::GROUP_TYPE_BUNDLE); in TEST_F()1913 ContentGroup group(cricket::GROUP_TYPE_BUNDLE); in TEST_F()
827 const cricket::ContentGroup* group = in SdpSerialize()1976 cricket::ContentGroup group(semantics); in ParseGroupAttribute()
554 static bool UpdateTransportInfoForBundle(const ContentGroup& bundle_group, in UpdateTransportInfoForBundle()663 static bool UpdateCryptoParamsForBundle(const ContentGroup& bundle_group, in UpdateCryptoParamsForBundle()1342 ContentGroup offer_bundle(GROUP_TYPE_BUNDLE); in CreateOffer()1398 const ContentGroup* offer_bundle = offer->GetGroupByName(GROUP_TYPE_BUNDLE); in CreateAnswer()1399 ContentGroup answer_bundle(GROUP_TYPE_BUNDLE); in CreateAnswer()
1923 cricket::ContentGroup group(cricket::CN_AUDIO); in TEST()