Searched refs:mServicePool (Results 1 – 2 of 2) sorted by relevance
233 void FreeService(ServiceEntry &aServiceEntry) { mServicePool.Free(aServiceEntry); } in FreeService()238 void FreeAllServices(void) { mServicePool.FreeAll(); } in FreeAllServices()243 Pool<ServiceEntry, kMaxServices> mServicePool; member in ot::Utils::SrpClientBuffers
50 ServiceEntry *entry = mServicePool.Allocate(); in AllocateService()