Home
last modified time | relevance | path

Searched refs:ServiceInfo (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/src/core/net/
Ddns_client.hpp284 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);
Ddns_client.cpp258 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/
Dtest_dns_client.cpp322 void LogServiceInfo(const Dns::Client::ServiceInfo &aInfo) in LogServiceInfo()
425 Dns::Client::ServiceInfo mInfo;