Searched refs:updateRecord (Results 1 – 3 of 3) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSListener.java | 27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record); in updateRecord() method
|
D | JmDNSImpl.java | 1210 listener.updateRecord(this.getCache(), now, dnsEntry); in addListener() 1251 public void updateRecord(long now, DNSRecord rec, Operation operation) { in updateRecord() method in JmDNSImpl 1259 listener.updateRecord(this.getCache(), now, rec); in updateRecord() 1404 this.updateRecord(now, newRecord, cacheOperation); in handleRecord() 1783 this.updateRecord(now, record, Operation.Remove); in cleanCache()
|
D | ServiceInfoImpl.java | 865 public void updateRecord(DNSCache dnsCache, long now, DNSEntry rec) { in updateRecord() method in ServiceInfoImpl 893 this.updateRecord(dnsCache, now, entry); in updateRecord() 896 this.updateRecord(dnsCache, now, entry); in updateRecord()
|