Searched refs:aPrevService (Results 1 – 4 of 4) sorted by relevance
161 const otSrpServerService *aPrevService, in otSrpServerHostFindNextService() argument166 …return AsCoreType(aHost).FindNextService(AsCoreTypePtr(aPrevService), aFlags, aServiceName, aInsta… in otSrpServerHostFindNextService()
576 const otSrpServerService *aPrevService,
572 const Service *FindNextService(const Service *aPrevService,
2013 const Server::Service *Server::Host::FindNextService(const Service *aPrevService, in FindNextService() argument2018 …const Service *service = (aPrevService == nullptr) ? GetServices().GetHead() : aPrevService->GetNe… in FindNextService()