Home
last modified time | relevance | path

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

/external/openscreen/discovery/dnssd/impl/
Dpublisher_impl.cc267 const DomainName& confirmed_name) { in OnDomainFound() argument
271 OSP_DVLOG << "Domain successfully claimed: '" << confirmed_name.ToString() in OnDomainFound()
291 if (requested_name != confirmed_name) { in OnDomainFound()
292 OSP_DCHECK(HasValidDnsRecordAddress(confirmed_name)); in OnDomainFound()
294 UpdateDomain(confirmed_name, requested_instance, *network_config_); in OnDomainFound()
Dpublisher_impl.h40 const DomainName& confirmed_name) override;
/external/openscreen/discovery/mdns/
Dmdns_domain_confirmed_provider.h22 const DomainName& confirmed_name) = 0;