Searched refs:GetServiceInfo (Results 1 – 5 of 5) sorted by relevance
179 return AsCoreType(aResponse).GetServiceInfo(aInstanceLabel, AsCoreType(aServiceInfo)); in otDnsBrowseResponseGetServiceInfo()237 return AsCoreType(aResponse).GetServiceInfo(AsCoreType(aServiceInfo)); in otDnsServiceResponseGetServiceInfo()
460 Error GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo) const;538 Error GetServiceInfo(ServiceInfo &aServiceInfo) const;
473 Error Client::BrowseResponse::GetServiceInfo(const char *aInstanceLabel, ServiceInfo &aServiceInfo)… in GetServiceInfo() function in ot::Dns::Client::BrowseResponse581 Error Client::ServiceResponse::GetServiceInfo(ServiceInfo &aServiceInfo) const in GetServiceInfo() function in ot::Dns::Client::ServiceResponse
514 SuccessOrQuit(response.GetServiceInfo(sResolveServiceInfo.mInfo)); in ServiceCallback()
336 … SuccessOrExit(response.GetServiceInfo(sBrowseInfo.mInstanceLabel, sBrowseInfo.mServiceInfo)); in BrowseCallback()391 aError = response.GetServiceInfo(sResolveServiceInfo.mInfo); in ServiceCallback()