Home
last modified time | relevance | path

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

/external/openscreen/discovery/public/
Ddns_sd_service_watcher.h178 void OnEndpointDeleted(const DnsSdInstanceEndpoint& old_endpoint) override { in OnEndpointDeleted() argument
179 auto it = records_.find(GetKey(old_endpoint)); in OnEndpointDeleted()
187 << old_endpoint.instance_id(); in OnEndpointDeleted()
/external/openscreen/discovery/dnssd/public/
Ddns_sd_querier.h37 const DnsSdInstanceEndpoint& old_endpoint) = 0;
/external/cronet/net/reporting/
Dreporting_cache_impl.cc1250 ReportingEndpoint& old_endpoint = endpoint_it->second; in AddOrUpdateEndpoint() local
1251 old_endpoint.info.priority = new_endpoint.info.priority; in AddOrUpdateEndpoint()
1252 old_endpoint.info.weight = new_endpoint.info.weight; in AddOrUpdateEndpoint()