Searched refs:aTestMode (Results 1 – 2 of 2) sorted by relevance
331 void SetTestMode(uint8_t aTestMode) { mTestMode = aTestMode; } in SetTestMode() argument379 ResponseCode ParseQuestions(uint8_t aTestMode, bool &aShouldRespond);
303 Server::ResponseCode Server::Request::ParseQuestions(uint8_t aTestMode, bool &aShouldRespond) in ParseQuestions() argument347 VerifyOrExit(!(aTestMode & kTestModeRejectMultiQuestionQuery)); in ParseQuestions()348 VerifyOrExit(!(aTestMode & kTestModeIgnoreMultiQuestionQuery), aShouldRespond = false); in ParseQuestions()