Lines Matching refs:aInfo
236 otMdnsCacheInfo *aInfo) in otMdnsGetNextBrowser() argument
240 AssertPointerIsNotNull(aInfo); in otMdnsGetNextBrowser()
242 …rn AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextBrowser(*aIterator, *aBrowser, *aInfo); in otMdnsGetNextBrowser()
248 otMdnsCacheInfo *aInfo) in otMdnsGetNextSrvResolver() argument
252 AssertPointerIsNotNull(aInfo); in otMdnsGetNextSrvResolver()
254 …CoreType(aInstance).Get<Dns::Multicast::Core>().GetNextSrvResolver(*aIterator, *aResolver, *aInfo); in otMdnsGetNextSrvResolver()
260 otMdnsCacheInfo *aInfo) in otMdnsGetNextTxtResolver() argument
264 AssertPointerIsNotNull(aInfo); in otMdnsGetNextTxtResolver()
266 …CoreType(aInstance).Get<Dns::Multicast::Core>().GetNextTxtResolver(*aIterator, *aResolver, *aInfo); in otMdnsGetNextTxtResolver()
272 otMdnsCacheInfo *aInfo) in otMdnsGetNextIp6AddressResolver() argument
276 AssertPointerIsNotNull(aInfo); in otMdnsGetNextIp6AddressResolver()
278 …e(aInstance).Get<Dns::Multicast::Core>().GetNextIp6AddressResolver(*aIterator, *aResolver, *aInfo); in otMdnsGetNextIp6AddressResolver()
284 otMdnsCacheInfo *aInfo) in otMdnsGetNextIp4AddressResolver() argument
288 AssertPointerIsNotNull(aInfo); in otMdnsGetNextIp4AddressResolver()
290 …e(aInstance).Get<Dns::Multicast::Core>().GetNextIp4AddressResolver(*aIterator, *aResolver, *aInfo); in otMdnsGetNextIp4AddressResolver()