Home
last modified time | relevance | path

Searched refs:host_label (Results 1 – 5 of 5) 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_responder_adapter_impl.cc230 Error MdnsResponderAdapterImpl::SetHostLabel(const std::string& host_label) { in SetHostLabel() argument
232 if (host_label.size() > DomainName::kDomainNameMaxLabelLength) in SetHostLabel()
235 MakeDomainLabelFromLiteralString(&mdns_.hostlabel, host_label.c_str()); in SetHostLabel()
/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() argument