Home
last modified time | relevance | path

Searched refs:aAllow (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dmdns_api.cpp49 void otMdnsSetQuestionUnicastAllowed(otInstance *aInstance, bool aAllow) in otMdnsSetQuestionUnicastAllowed() argument
51 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetQuestionUnicastAllowed(aAllow); in otMdnsSetQuestionUnicastAllowed()
/openthread-latest/include/openthread/
Dmdns.h182 void otMdnsSetQuestionUnicastAllowed(otInstance *aInstance, bool aAllow);
/openthread-latest/src/core/net/
Dmdns.hpp185 void SetQuestionUnicastAllowed(bool aAllow) { mIsQuestionUnicastAllowed = aAllow; } in SetQuestionUnicastAllowed() argument