Searched refs:aTestMode (Results 1 – 2 of 2) sorted by relevance
307 void SetTestMode(uint8_t aTestMode) { mTestMode = aTestMode; } in SetTestMode() argument355 ResponseCode ParseQuestions(uint8_t aTestMode, bool &aShouldRespond);
292 Server::ResponseCode Server::Request::ParseQuestions(uint8_t aTestMode, bool &aShouldRespond) in ParseQuestions() argument336 VerifyOrExit(!(aTestMode & kTestModeRejectMultiQuestionQuery)); in ParseQuestions()337 VerifyOrExit(!(aTestMode & kTestModeIgnoreMultiQuestionQuery), aShouldRespond = false); in ParseQuestions()