Home
last modified time | relevance | path

Searched defs:question (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_dnssd_instance_name_with_space.py154 def _assert_have_question(self, dig_result, question): argument
Dtest_dnssd_server.py282 def _assert_have_question(self, dig_result, question): argument
Dtest_dnssd_server_multi_border_routers.py362 def _assert_have_question(self, dig_result, question): argument
/openthread-latest/src/core/net/
Dmdns.cpp1366 Question question; in AppendQuestionTo() local
3553 Question *question = mQuestions.PushBack(); in Init() local
3672 for (const Question &question : mQuestions) in ProcessQuery() local
5323 Question question; in PreparePtrQuestion() local
5550 Question question; in PrepareQueryQuestion() local
6017 Question question; in PrepareQueryQuestion() local
Ddnssd_server.cpp300 Question question; in ParseQuestions() local
392 Question question; in AddQuestionsFrom() local
/openthread-latest/tests/unit/
Dtest_mdns.cpp170 Question question; in ParseFrom() local
193 const DnsQuestion *question = FindMatching(aFullName.AsCString()); in Contains() local
661 DnsQuestion *question = DnsQuestion::Allocate(); in ParseFrom() local