Home
last modified time | relevance | path

Searched refs:CanBePublished (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/discovery/mdns/
Dmdns_publisher.cc74 if (!CanBePublished(record.dns_type())) { in RegisterRecord()
101 if (!CanBePublished(record.dns_type())) { in UnregisterRecord()
114 if (!CanBePublished(new_record.dns_type())) { in UpdateRegisteredRecord()
Dmdns_records.cc874 bool CanBePublished(DnsType type) { in CanBePublished() function
894 bool CanBePublished(const MdnsRecord& record) { in CanBePublished() function
895 return CanBePublished(record.dns_type()); in CanBePublished()
Dmdns_records.h645 bool CanBePublished(DnsType type);