Searched refs:SetQuestionUnicastAllowed (Results 1 – 3 of 3) sorted by relevance
51 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetQuestionUnicastAllowed(aAllow); in otMdnsSetQuestionUnicastAllowed()
185 void SetQuestionUnicastAllowed(bool aAllow) { mIsQuestionUnicastAllowed = aAllow; } in SetQuestionUnicastAllowed() function in ot::Dns::Multicast::Core
4229 mdns->SetQuestionUnicastAllowed(false); in TestQuestionUnicastDisallowed()