Searched defs:dns_type (Results  1 – 10 of 10) sorted by relevance
| /external/openscreen/discovery/mdns/ | 
| D | mdns_querier.cc | 248                                          DnsType dns_type,  in Find()336     DnsType dns_type) {  in StartTracking()
 411                              DnsType dns_type,  in StartQuery()
 469                             DnsType dns_type,  in StopQuery()
 667     DnsType dns_type = types_ptr[i];  in ProcessRecord()  local
 682                                       DnsType dns_type) {  in ProcessSharedRecord()
 708                                       DnsType dns_type) {  in ProcessUniqueRecord()
 771                                                   DnsType dns_type) {  in ProcessMultiTrackedUniqueRecord()
 
 | 
| D | mdns_service_impl.cc | 106                                  DnsType dns_type,  in StartQuery()113                                 DnsType dns_type,  in StopQuery()
 
 | 
| D | mdns_record_changed_callback.h | 27   DnsType dns_type;  member
 | 
| D | mdns_records.cc | 542                                           DnsType dns_type,  in TryCreate()558                        DnsType dns_type,  in MdnsRecord()
 582                                DnsType dns_type,  in IsValidConfig()
 715                                               DnsType dns_type,  in TryCreate()
 726                            DnsType dns_type,  in MdnsQuestion()
 
 | 
| D | mdns_trackers.cc | 45 bool IsNegativeResponseForType(const MdnsRecord& record, DnsType dns_type) {  in IsNegativeResponseForType()133     DnsType dns_type,  in MdnsRecordTracker()
 
 | 
| D | mdns_querier.h | 75     const DnsType dns_type;  member
 | 
| D | mdns_trackers.h | 161   DnsType dns_type() const { return dns_type_; }  in dns_type()  function
 | 
| D | mdns_records.h | 483   DnsType dns_type() const { return dns_type_; }  in dns_type()  function539   DnsType dns_type() const { return dns_type_; }  in dns_type()  function
 
 | 
| /external/openscreen/discovery/dnssd/impl/ | 
| D | constants.h | 20   DnsType dns_type;  member
 | 
| D | publisher_impl_unittest.cc | 34                   DnsType dns_type,  in StartQuery()41                  DnsType dns_type,  in StopQuery()
 
 |