Home
last modified time | relevance | path

Searched refs:GetServiceInfo (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/src/core/api/
Ddns_api.cpp181 return AsCoreType(aResponse).GetServiceInfo(aInstanceLabel, AsCoreType(aServiceInfo)); in otDnsBrowseResponseGetServiceInfo()
239 return AsCoreType(aResponse).GetServiceInfo(AsCoreType(aServiceInfo)); in otDnsServiceResponseGetServiceInfo()
/openthread-3.7.0/src/core/net/
Ddns_client.hpp488 Error GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo) const;
571 Error GetServiceInfo(ServiceInfo &aServiceInfo) const;
Ddns_client.cpp481 Error Client::BrowseResponse::GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo)… in GetServiceInfo() function in ot::Dns::Client::BrowseResponse
589 Error Client::ServiceResponse::GetServiceInfo(ServiceInfo &aServiceInfo) const in GetServiceInfo() function in ot::Dns::Client::ServiceResponse
/openthread-3.7.0/tests/unit/
Dtest_dns_client.cpp453 SuccessOrQuit(response.GetServiceInfo(sResolveServiceInfo.mInfo)); in ServiceCallback()