Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1099 bool MatchesServiceType(const Name &aServiceType) const;
Dmdns.cpp1896 bool Core::ServiceEntry::MatchesServiceType(const Name &aServiceType) const in MatchesServiceType() function in ot::Dns::Multicast::Core::ServiceEntry
3762 … if ((serviceEntry.GetState() != Entry::kRegistered) || !serviceEntry.MatchesServiceType(baseType)) in ProcessQuestion()
3854 …if ((serviceEntry->GetState() != Entry::kRegistered) || !serviceEntry->MatchesServiceType(baseType… in AnswerServiceTypeQuestion()