Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp760 struct EntryContext;
883 bool ShouldAppendTo(EntryContext &aContext);
886 Error ExtendAnswerDelay(EntryContext &aContext);
1000 template <typename EntryType> void HandleTimer(EntryContext &aContext);
1048 void HandleTimer(EntryContext &aContext);
1050 void PrepareResponse(EntryContext &aContext);
1064 void PrepareResponseRecords(EntryContext &aContext);
1108 void HandleTimer(EntryContext &aContext);
1110 void PrepareResponse(EntryContext &aContext);
1138 void PrepareResponseRecords(EntryContext &aContext);
[all …]
Dmdns.cpp305 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()
[all …]