Searched refs:mIsQuestionUnicastAllowed (Results 1 – 2 of 2) sorted by relevance
185 void SetQuestionUnicastAllowed(bool aAllow) { mIsQuestionUnicastAllowed = aAllow; } in SetQuestionUnicastAllowed()193 bool IsQuestionUnicastAllowed(void) const { return mIsQuestionUnicastAllowed; } in IsQuestionUnicastAllowed()1987 bool mIsQuestionUnicastAllowed; member in ot::Dns::Multicast::Core
69 , mIsQuestionUnicastAllowed(kDefaultQuAllowed) in Core()