Home
last modified time | relevance | path

Searched refs:aPrevService (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/core/api/
Dsrp_server_api.cpp161 const otSrpServerService *aPrevService, in otSrpServerHostFindNextService() argument
166 …return AsCoreType(aHost).FindNextService(AsCoreTypePtr(aPrevService), aFlags, aServiceName, aInsta… in otSrpServerHostFindNextService()
/openthread-3.4.0/include/openthread/
Dsrp_server.h576 const otSrpServerService *aPrevService,
/openthread-3.4.0/src/core/net/
Dsrp_server.hpp572 const Service *FindNextService(const Service *aPrevService,
Dsrp_server.cpp2013 const Server::Service *Server::Host::FindNextService(const Service *aPrevService, in FindNextService() argument
2018 …const Service *service = (aPrevService == nullptr) ? GetServices().GetHead() : aPrevService->GetNe… in FindNextService()