Lines Matching refs:aResponse
122 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName() argument
128 return AsCoreType(aResponse).GetHostName(aNameBuffer, aNameBufferSize); in otDnsAddressResponseGetHostName()
131 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress() argument
138 …return AsCoreType(aResponse).GetAddress(aIndex, AsCoreType(aAddress), (aTtl != nullptr) ? *aTtl : … in otDnsAddressResponseGetAddress()
154 otError otDnsBrowseResponseGetServiceName(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceName() argument
160 return AsCoreType(aResponse).GetServiceName(aNameBuffer, aNameBufferSize); in otDnsBrowseResponseGetServiceName()
163 otError otDnsBrowseResponseGetServiceInstance(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInstance() argument
170 return AsCoreType(aResponse).GetServiceInstance(aIndex, aLabelBuffer, aLabelBufferSize); in otDnsBrowseResponseGetServiceInstance()
173 otError otDnsBrowseResponseGetServiceInfo(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInfo() argument
179 return AsCoreType(aResponse).GetServiceInfo(aInstanceLabel, AsCoreType(aServiceInfo)); in otDnsBrowseResponseGetServiceInfo()
182 otError otDnsBrowseResponseGetHostAddress(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetHostAddress() argument
192 …return AsCoreType(aResponse).GetHostAddress(aHostName, aIndex, AsCoreType(aAddress), aTtl != nullp… in otDnsBrowseResponseGetHostAddress()
223 otError otDnsServiceResponseGetServiceName(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetServiceName() argument
232 …return AsCoreType(aResponse).GetServiceName(aLabelBuffer, aLabelBufferSize, aNameBuffer, aNameBuff… in otDnsServiceResponseGetServiceName()
235 otError otDnsServiceResponseGetServiceInfo(const otDnsServiceResponse *aResponse, otDnsServiceInfo … in otDnsServiceResponseGetServiceInfo() argument
237 return AsCoreType(aResponse).GetServiceInfo(AsCoreType(aServiceInfo)); in otDnsServiceResponseGetServiceInfo()
240 otError otDnsServiceResponseGetHostAddress(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetHostAddress() argument
250 return AsCoreType(aResponse).GetHostAddress(aHostName, aIndex, AsCoreType(aAddress), in otDnsServiceResponseGetHostAddress()