Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dmdns_api.cpp51 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetQuestionUnicastAllowed(aAllow); in otMdnsSetQuestionUnicastAllowed()
/openthread-latest/src/core/net/
Dmdns.hpp185 void SetQuestionUnicastAllowed(bool aAllow) { mIsQuestionUnicastAllowed = aAllow; } in SetQuestionUnicastAllowed() function in ot::Dns::Multicast::Core
/openthread-latest/tests/unit/
Dtest_mdns.cpp4229 mdns->SetQuestionUnicastAllowed(false); in TestQuestionUnicastDisallowed()