Home
last modified time | relevance | path

Searched refs:aTestMode (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddnssd_server.hpp307 void SetTestMode(uint8_t aTestMode) { mTestMode = aTestMode; } in SetTestMode() argument
355 ResponseCode ParseQuestions(uint8_t aTestMode, bool &aShouldRespond);
Ddnssd_server.cpp292 Server::ResponseCode Server::Request::ParseQuestions(uint8_t aTestMode, bool &aShouldRespond) in ParseQuestions() argument
336 VerifyOrExit(!(aTestMode & kTestModeRejectMultiQuestionQuery)); in ParseQuestions()
337 VerifyOrExit(!(aTestMode & kTestModeIgnoreMultiQuestionQuery), aShouldRespond = false); in ParseQuestions()