Lines Matching refs:EntryContext

305     EntryContext context(GetInstance(), TxMessage::kMulticastResponse);  in HandleEntryTimer()
669 bool Core::RecordInfo::ShouldAppendTo(EntryContext &aContext) in ShouldAppendTo()
714 Error Core::RecordInfo::ExtendAnswerDelay(EntryContext &aContext) in ExtendAnswerDelay()
1321 template <typename EntryType> void Core::Entry::HandleTimer(EntryContext &aContext) in HandleTimer()
1631 void Core::HostEntry::HandleTimer(EntryContext &aContext) { Entry::HandleTimer<HostEntry>(aContext)… in HandleTimer()
1670 void Core::HostEntry::PrepareResponse(EntryContext &aContext) in PrepareResponse()
1686 void Core::HostEntry::PrepareResponseRecords(EntryContext &aContext) in PrepareResponseRecords()
2173 void Core::ServiceEntry::HandleTimer(EntryContext &aContext) { Entry::HandleTimer<ServiceEntry>(aCo… in HandleTimer()
2239 void Core::ServiceEntry::PrepareResponse(EntryContext &aContext) in PrepareResponse()
2255 void Core::ServiceEntry::PrepareResponseRecords(EntryContext &aContext) in PrepareResponseRecords()
2879 void Core::ServiceType::HandleTimer(EntryContext &aContext) in HandleTimer()
2895 void Core::ServiceType::PrepareResponse(EntryContext &aContext) in PrepareResponse()
2911 void Core::ServiceType::PrepareResponseRecords(EntryContext &aContext) in PrepareResponseRecords()
3458 Core::EntryContext::EntryContext(Instance &aInstance, TxMessage::Type aResponseType) in EntryContext() function in ot::Dns::Multicast::Core::EntryContext
3465 Core::EntryContext::EntryContext(Instance &aInstance, in EntryContext() function in ot::Dns::Multicast::Core::EntryContext
4016EntryContext context(GetInstance(), responseType, mSenderAddress, mIsLegacyUnicast ? mQueryId :… in SendUnicastResponse()