Lines Matching refs:Get
44 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetEnabled(aEnable, aInfraIfIndex); in otMdnsSetEnabled()
47 bool otMdnsIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Dns::Multicast::Core… in otMdnsIsEnabled()
51 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetQuestionUnicastAllowed(aAllow); in otMdnsSetQuestionUnicastAllowed()
56 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().IsQuestionUnicastAllowed(); in otMdnsIsQuestionUnicastAllowed()
61 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetConflictCallback(aCallback); in otMdnsSetConflictCallback()
71 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterHost(*aHost, aRequestId, aCallbac… in otMdnsRegisterHost()
78 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterHost(*aHost); in otMdnsUnregisterHost()
88 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterService(*aService, aRequestId, aC… in otMdnsRegisterService()
95 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterService(*aService); in otMdnsUnregisterService()
105 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterKey(*aKey, aRequestId, aCallback); in otMdnsRegisterKey()
112 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterKey(*aKey); in otMdnsUnregisterKey()
119 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().AllocateIterator(); in otMdnsAllocateIterator()
126 AsCoreType(aInstance).Get<Dns::Multicast::Core>().FreeIterator(*aIterator); in otMdnsFreeIterator()
135 … return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextHost(*aIterator, *aHost, *aState); in otMdnsGetNextHost()
147 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextService(*aIterator, *aService, *aS… in otMdnsGetNextService()
156 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextKey(*aIterator, *aKey, *aState); in otMdnsGetNextKey()
165 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StartBrowser(*aBroswer); in otMdnsStartBrowser()
172 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StopBrowser(*aBroswer); in otMdnsStopBrowser()
179 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StartSrvResolver(*aResolver); in otMdnsStartSrvResolver()
186 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StopSrvResolver(*aResolver); in otMdnsStopSrvResolver()
193 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StartTxtResolver(*aResolver); in otMdnsStartTxtResolver()
200 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StopTxtResolver(*aResolver); in otMdnsStopTxtResolver()
207 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StartIp6AddressResolver(*aResolver); in otMdnsStartIp6AddressResolver()
214 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StopIp6AddressResolver(*aResolver); in otMdnsStopIp6AddressResolver()
221 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StartIp4AddressResolver(*aResolver); in otMdnsStartIp4AddressResolver()
228 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().StopIp4AddressResolver(*aResolver); in otMdnsStopIp4AddressResolver()
242 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextBrowser(*aIterator, *aBrowser, *aI… in otMdnsGetNextBrowser()
254 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextSrvResolver(*aIterator, *aResolver… in otMdnsGetNextSrvResolver()
266 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextTxtResolver(*aIterator, *aResolver… in otMdnsGetNextTxtResolver()
278 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextIp6AddressResolver(*aIterator, *aR… in otMdnsGetNextIp6AddressResolver()
290 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextIp4AddressResolver(*aIterator, *aR… in otMdnsGetNextIp4AddressResolver()