Searched refs:GetServiceInfo (Results 1 – 4 of 4) sorted by relevance
181 return AsCoreType(aResponse).GetServiceInfo(aInstanceLabel, AsCoreType(aServiceInfo)); in otDnsBrowseResponseGetServiceInfo()239 return AsCoreType(aResponse).GetServiceInfo(AsCoreType(aServiceInfo)); in otDnsServiceResponseGetServiceInfo()
488 Error GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo) const;571 Error GetServiceInfo(ServiceInfo &aServiceInfo) const;
481 Error Client::BrowseResponse::GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo)… in GetServiceInfo() function in ot::Dns::Client::BrowseResponse589 Error Client::ServiceResponse::GetServiceInfo(ServiceInfo &aServiceInfo) const in GetServiceInfo() function in ot::Dns::Client::ServiceResponse
453 SuccessOrQuit(response.GetServiceInfo(sResolveServiceInfo.mInfo)); in ServiceCallback()