Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Dsrp_client_buffers.hpp251 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
Dsrp_client_buffers.cpp54 ServiceEntry *entry = mServicePool.Allocate(); in AllocateService()