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