Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1047 void AnswerQuestion(const AnswerInfo &aInfo);
1199 void AnswerQuestion(const AnswerInfo &aInfo);
1341 void AnswerQuestion(const Question &aQuestion, uint16_t aDelay);
Dmdns.cpp1606 void Core::HostEntry::AnswerQuestion(const AnswerInfo &aInfo) in AnswerQuestion() function in ot::Dns::Multicast::Core::HostEntry
2859 void Core::ServiceType::AnswerQuestion(const AnswerInfo &aInfo) in AnswerQuestion() function in ot::Dns::Multicast::Core::ServiceType
3674 AnswerQuestion(question, delay); in ProcessQuery()
3784 void Core::RxMessage::AnswerQuestion(const Question &aQuestion, uint16_t aDelay) in AnswerQuestion() function in ot::Dns::Multicast::Core::RxMessage
3810 hostEntry->AnswerQuestion(answerInfo); in AnswerQuestion()
3963 serviceType.AnswerQuestion(aInfo); in AnswerAllServicesQuestion()