Searched refs:ServiceInfo (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_client.hpp | 266 typedef otDnsServiceInfo ServiceInfo; typedef in ot::Dns::Client 303 void InitServiceInfo(ServiceInfo &aServiceInfo) const; 304 Error ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceInfo) const; 305 Error ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInfo) const; 460 Error GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo) const; 538 Error GetServiceInfo(ServiceInfo &aServiceInfo) const; 897 DefineCoreType(otDnsServiceInfo, Dns::Client::ServiceInfo);
|
D | dns_client.cpp | 245 void Client::Response::InitServiceInfo(ServiceInfo &aServiceInfo) const in InitServiceInfo() 263 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo() 321 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord() 473 Error Client::BrowseResponse::GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo)… in GetServiceInfo() 581 Error Client::ServiceResponse::GetServiceInfo(ServiceInfo &aServiceInfo) const in GetServiceInfo() 1716 ServiceInfo serviceInfo; in ResolveHostAddressIfNeeded()
|
/openthread-latest/tests/unit/ |
D | test_dns_client.cpp | 325 void LogServiceInfo(const Dns::Client::ServiceInfo &aInfo) in LogServiceInfo() 486 Dns::Client::ServiceInfo mInfo;
|
D | test_dnssd_discovery_proxy.cpp | 245 void LogServiceInfo(const Dns::Client::ServiceInfo &aInfo) in LogServiceInfo() 288 Dns::Client::ServiceInfo mServiceInfo; 362 Dns::Client::ServiceInfo mInfo;
|