Home
last modified time | relevance | path

Searched refs:kTestModeIgnoreMultiQuestionQuery (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Ddnssd_server.hpp316kTestModeIgnoreMultiQuestionQuery = 1 << 1, ///< Ignore a query with multiple questions (send no r… enumerator
H A Ddnssd_server.cpp348 VerifyOrExit(!(aTestMode & kTestModeIgnoreMultiQuestionQuery), aShouldRespond = false); in ParseQuestions()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_dns_client.cpp714 dnsServer->SetTestMode(Dns::ServiceDiscovery::Server::kTestModeIgnoreMultiQuestionQuery); in TestDnsClient()