Searched refs:ServiceType (Results 1 – 2 of 2) sorted by relevance
764 class ServiceType;941 friend class ServiceType;1087 friend class ServiceType;1179 class ServiceType : public InstanceLocatorInit, class in ot::Dns::Multicast::Core1181 public LinkedListEntry<ServiceType>,1182 public Heap::Allocatable<ServiceType>,1188 friend class LinkedListEntry<ServiceType>;1194 bool Matches(const ServiceType &aServiceType) const { return (this == &aServiceType); } in Matches()1209 ServiceType *mNext;1350 … bool ShouldSuppressKnownAnswer(const Question &aQuestion, const ServiceType &aServiceType) const;[all …]
325 for (ServiceType &serviceType : mServiceTypes) in HandleEntryTimer()347 for (ServiceType &serviceType : mServiceTypes) in HandleEntryTimer()2499 ServiceType *serviceType; in UpdateServiceTypes()2509 serviceType = ServiceType::AllocateAndInit(GetInstance(), mServiceType.AsCString()); in UpdateServiceTypes()2827 Error Core::ServiceType::Init(Instance &aInstance, const char *aServiceType) in Init()2847 bool Core::ServiceType::Matches(const Name &aServiceTypeName) const in Matches()2852 bool Core::ServiceType::Matches(const Heap::String &aServiceType) const in Matches()2857 void Core::ServiceType::ClearAppendState(void) { mServicesPtr.MarkAsNotAppended(); } in ClearAppendState()2859 void Core::ServiceType::AnswerQuestion(const AnswerInfo &aInfo) in AnswerQuestion()2870 bool Core::ServiceType::ShouldSuppressKnownAnswer(uint32_t aTtl) const in ShouldSuppressKnownAnswer()[all …]