Searched refs:ContainsAnyAppIdFrom (Results 1 – 3 of 3) sorted by relevance
29 bool ContainsAnyAppIdFrom(const std::vector<std::string>& app_ids) const;
38 bool CastMediaSource::ContainsAnyAppIdFrom( in ContainsAnyAppIdFrom() function in openscreen::cast::CastMediaSource
112 if (source.second.ContainsAnyAppIdFrom(supported_app_ids)) { in GetSupportedSources()