Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp669 bool Core::RecordInfo::ShouldAppendTo(EntryContext &aContext) in ShouldAppendTo() function in ot::Dns::Multicast::Core::RecordInfo
1691 if (mAddrRecord.ShouldAppendTo(aContext)) in PrepareResponseRecords()
1697 if (mKeyRecord.ShouldAppendTo(aContext)) in PrepareResponseRecords()
2279 if (mPtrRecord.ShouldAppendTo(aContext)) in PrepareResponseRecords()
2291 if (subType.mPtrRecord.ShouldAppendTo(aContext)) in PrepareResponseRecords()
2313 if (mSrvRecord.ShouldAppendTo(aContext)) in PrepareResponseRecords()
2324 if (mTxtRecord.ShouldAppendTo(aContext)) in PrepareResponseRecords()
2330 if (mKeyRecord.ShouldAppendTo(aContext)) in PrepareResponseRecords()
2915 VerifyOrExit(mServicesPtr.ShouldAppendTo(aContext)); in PrepareResponseRecords()
Dmdns.hpp883 bool ShouldAppendTo(EntryContext &aContext);