Searched refs:GetServices (Results 1 – 5 of 5) sorted by relevance
145 return AsCoreType(aInstance).Get<Srp::Client>().GetServices().GetHead(); in otSrpClientGetServices()
944 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()1000 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
663 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Client
551 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Server::Host
737 for (const Srp::Server::Service &service : host.GetServices()) in ResolveBySrp()