Searched refs:CanBePublished (Results 1 – 3 of 3) sorted by relevance
74 if (!CanBePublished(record.dns_type())) { in RegisterRecord()101 if (!CanBePublished(record.dns_type())) { in UnregisterRecord()114 if (!CanBePublished(new_record.dns_type())) { in UpdateRegisteredRecord()
874 bool CanBePublished(DnsType type) { in CanBePublished() function894 bool CanBePublished(const MdnsRecord& record) { in CanBePublished() function895 return CanBePublished(record.dns_type()); in CanBePublished()
645 bool CanBePublished(DnsType type);