Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp2920 for (const ServiceEntry &serviceEntry : Get<Core>().mServiceEntries) in PrepareResponseRecords() local
2922 if (serviceEntry.GetState() != Entry::kRegistered) in PrepareResponseRecords()
2927 if (NameMatch(mServiceType, serviceEntry.mServiceType)) in PrepareResponseRecords()
2929 UpdateCompressOffset(serviceTypeOffset, serviceEntry.mServiceTypeOffset); in PrepareResponseRecords()
3760 for (ServiceEntry &serviceEntry : Get<Core>().mServiceEntries) in ProcessQuestion()
3762 … if ((serviceEntry.GetState() != Entry::kRegistered) || !serviceEntry.MatchesServiceType(baseType)) in ProcessQuestion()
3767 if (isSubType && !serviceEntry.CanAnswerSubType(subLabel)) in ProcessQuestion()
3773 aQuestion.mEntry = &serviceEntry; in ProcessQuestion()
3787 ServiceEntry *serviceEntry; in AnswerQuestion() local
3806serviceEntry = aQuestion.mIsForService ? static_cast<ServiceEntry *>(aQuestion.mEntry) : nullptr; in AnswerQuestion()
[all …]