Searched refs:SetHostLabel (Results 1 – 7 of 7) sorted by relevance
31 Error SetHostLabel(const std::string& host_label) override;
181 virtual Error SetHostLabel(const std::string& host_label) = 0;
267 mdns_adapter->SetHostLabel("gigliorononomicon"); in BrowseDemo()
230 Error MdnsResponderAdapterImpl::SetHostLabel(const std::string& host_label) { in SetHostLabel() function in openscreen::osp::MdnsResponderAdapterImpl
113 Error SetHostLabel(const std::string& host_label) override;
203 Error FakeMdnsResponderAdapter::SetHostLabel(const std::string& host_label) { in SetHostLabel() function in openscreen::osp::FakeMdnsResponderAdapter
369 mdns_responder_->SetHostLabel(service_hostname_); in StartService()