Home
last modified time | relevance | path

Searched refs:AllocateService (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/utils/
Dsrp_client_buffers.cpp48 SrpClientBuffers::ServiceEntry *SrpClientBuffers::AllocateService(void) in AllocateService() function in ot::Utils::SrpClientBuffers
Dsrp_client_buffers.hpp223 ServiceEntry *AllocateService(void);
/openthread-latest/src/core/api/
Dsrp_client_buffers_api.cpp60 return AsCoreType(aInstance).Get<Utils::SrpClientBuffers>().AllocateService(); in otSrpClientBuffersAllocateService()