Lines Matching refs:Service
114 friend class Service;
181 class Service : public otSrpServerService, class in ot::Srp::Server
182 public LinkedListEntry<Service>,
183 private Heap::Allocatable<Service>,
187 friend class LinkedList<Service>;
188 friend class LinkedListEntry<Service>;
189 friend class Heap::Allocatable<Service>;
397 Service *mNext;
530 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices()
539 const Service *GetNextService(const Service *aPrevService) const;
562 …Service *AddNewService(const char *aInstanceName, const char *aInstanceLabel, TimeMilli aUpd…
563 void AddService(Service &aService);
564 …void RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServiceH…
566 Service *FindService(const char *aInstanceName);
567 const Service *FindService(const char *aInstanceName) const;
580 LinkedList<Service> mServices;
1024 DefineCoreType(otSrpServerService, Srp::Server::Service);