Home
last modified time | relevance | path

Searched refs:SetHostLabel (Results 1 – 7 of 7) sorted by relevance

/external/openscreen/osp/impl/discovery/mdns/
Dmdns_responder_adapter_impl.h31 Error SetHostLabel(const std::string& host_label) override;
Dmdns_responder_adapter.h181 virtual Error SetHostLabel(const std::string& host_label) = 0;
Dmdns_demo.cc267 mdns_adapter->SetHostLabel("gigliorononomicon"); in BrowseDemo()
Dmdns_responder_adapter_impl.cc230 Error MdnsResponderAdapterImpl::SetHostLabel(const std::string& host_label) { in SetHostLabel() function in openscreen::osp::MdnsResponderAdapterImpl
/external/openscreen/osp/impl/testing/
Dfake_mdns_responder_adapter.h113 Error SetHostLabel(const std::string& host_label) override;
Dfake_mdns_responder_adapter.cc203 Error FakeMdnsResponderAdapter::SetHostLabel(const std::string& host_label) { in SetHostLabel() function in openscreen::osp::FakeMdnsResponderAdapter
/external/openscreen/osp/impl/
Dmdns_responder_service.cc369 mdns_responder_->SetHostLabel(service_hostname_); in StartService()