Searched refs:ServiceInfo (Results 1 – 3 of 3) sorted by relevance
/openthread-3.5.0/src/core/net/ |
D | dns_client.hpp | 284 typedef otDnsServiceInfo ServiceInfo; typedef in ot::Dns::Client 322 void InitServiceInfo(ServiceInfo &aServiceInfo) const; 323 Error ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceInfo) const; 324 Error ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInfo) const; 488 Error GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo) const; 571 Error GetServiceInfo(ServiceInfo &aServiceInfo) const; 936 DefineCoreType(otDnsServiceInfo, Dns::Client::ServiceInfo);
|
D | dns_client.cpp | 258 void Client::Response::InitServiceInfo(ServiceInfo &aServiceInfo) const in InitServiceInfo() 276 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo() 334 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord() 486 Error Client::BrowseResponse::GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo)… in GetServiceInfo() 594 Error Client::ServiceResponse::GetServiceInfo(ServiceInfo &aServiceInfo) const in GetServiceInfo() 1632 ServiceInfo serviceInfo; in ResolveHostAddressIfNeeded()
|
/openthread-3.5.0/tests/unit/ |
D | test_dns_client.cpp | 322 void LogServiceInfo(const Dns::Client::ServiceInfo &aInfo) in LogServiceInfo() 425 Dns::Client::ServiceInfo mInfo;
|