Home
last modified time | relevance | path

Searched refs:mdns_publisher_ (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Dpublisher_impl.cc88 : mdns_publisher_(publisher), in PublisherImpl()
92 OSP_DCHECK(mdns_publisher_); in PublisherImpl()
117 return mdns_publisher_->StartProbe(this, GetDomainName(key), address); in Register()
202 auto error = mdns_publisher_->RegisterRecord(pair.second.second.value()); in UpdatePublishedRegistration()
209 auto error = mdns_publisher_->UnregisterRecord(pair.second.first.value()); in UpdatePublishedRegistration()
216 auto error = mdns_publisher_->UpdateRegisteredRecord( in UpdatePublishedRegistration()
244 auto publisher_error = mdns_publisher_->UnregisterRecord(mdns_record); in DeregisterAll()
299 Error result = mdns_publisher_->RegisterRecord(mdns_record); in OnDomainFound()
Dpublisher_impl.h51 MdnsService* const mdns_publisher_; variable
/external/openscreen/osp/impl/
Dnetwork_service_manager.cc54 return mdns_publisher_.get(); in GetMdnsServicePublisher()
71 mdns_publisher_(std::move(mdns_publisher)), in NetworkServiceManager()
/external/openscreen/osp/public/
Dnetwork_service_manager.h70 std::unique_ptr<ServicePublisher> mdns_publisher_; variable