Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1125 bool IsContainedIn(const Service &aService) const;
Dmdns.cpp1952 uint32_t subTypeTtl = subType.IsContainedIn(aService) ? ttl : 0; in Register()
2808 bool Core::ServiceEntry::SubType::IsContainedIn(const Service &aService) const in IsContainedIn() function in ot::Dns::Multicast::Core::ServiceEntry::SubType