Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSListener.java27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record); in updateRecord() method
DJmDNSImpl.java1210 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()
DServiceInfoImpl.java865 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()