Searched refs:host_label (Results 1 – 5 of 5) sorted by relevance
31 Error SetHostLabel(const std::string& host_label) override;
181 virtual Error SetHostLabel(const std::string& host_label) = 0;
230 Error MdnsResponderAdapterImpl::SetHostLabel(const std::string& host_label) { in SetHostLabel() argument232 if (host_label.size() > DomainName::kDomainNameMaxLabelLength) in SetHostLabel()235 MakeDomainLabelFromLiteralString(&mdns_.hostlabel, host_label.c_str()); in SetHostLabel()
113 Error SetHostLabel(const std::string& host_label) override;
203 Error FakeMdnsResponderAdapter::SetHostLabel(const std::string& host_label) { in SetHostLabel() argument