Lines Matching refs:answerInfo
3788 AnswerInfo answerInfo; in AnswerQuestion() local
3792 answerInfo.mQuestionRrType = aQuestion.mRrType; in AnswerQuestion()
3793 answerInfo.mAnswerDelay = aDelay; in AnswerQuestion()
3794 answerInfo.mQueryRxTime = mRxTime; in AnswerQuestion()
3795 answerInfo.mIsProbe = aQuestion.mIsProbe; in AnswerQuestion()
3796 answerInfo.mUnicastResponse = aQuestion.mUnicastResponse; in AnswerQuestion()
3797 answerInfo.mLegacyUnicastResponse = mIsLegacyUnicast; in AnswerQuestion()
3801 AnswerAllServicesQuestion(aQuestion, answerInfo); in AnswerQuestion()
3810 hostEntry->AnswerQuestion(answerInfo); in AnswerQuestion()
3820 serviceEntry->AnswerServiceNameQuestion(answerInfo); in AnswerQuestion()
3824 AnswerServiceTypeQuestion(aQuestion, answerInfo, *serviceEntry); in AnswerQuestion()