Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.hpp331 void SetTestMode(uint8_t aTestMode) { mTestMode = aTestMode; } in SetTestMode() argument
379 ResponseCode ParseQuestions(uint8_t aTestMode, bool &aShouldRespond);
Ddnssd_server.cpp303 Server::ResponseCode Server::Request::ParseQuestions(uint8_t aTestMode, bool &aShouldRespond) in ParseQuestions() argument
347 VerifyOrExit(!(aTestMode & kTestModeRejectMultiQuestionQuery)); in ParseQuestions()
348 VerifyOrExit(!(aTestMode & kTestModeIgnoreMultiQuestionQuery), aShouldRespond = false); in ParseQuestions()