Searched refs:GetServices (Results 1 – 6 of 6) sorted by relevance
184 for (const Srp::Client::Service &service : srpClient.GetServices()) in otPlatDnssdRegisterService()232 for (const Srp::Client::Service &service : srpClient.GetServices()) in otPlatDnssdUnregisterService()336 … for (const Srp::Client::Service &service : AsCoreType(aInstance).Get<Srp::Client>().GetServices()) in otPlatDnssdRegisterKey()378 … for (const Srp::Client::Service &service : AsCoreType(aInstance).Get<Srp::Client>().GetServices()) in otPlatDnssdUnregisterKey()1970 VerifyOrQuit(srpServer->GetNextHost(nullptr)->GetServices().GetHead() != nullptr); in TestSrpAdvProxyReplacedEntries()1971 …VerifyOrQuit(srpServer->GetNextHost(nullptr)->GetServices().GetHead()->GetNumberOfSubTypes() == 3); in TestSrpAdvProxyReplacedEntries()2073 VerifyOrQuit(srpServer->GetNextHost(nullptr)->GetServices().GetHead() != nullptr); in TestSrpAdvProxyReplacedEntries()2077 for (const Srp::Server::Service &service : srpServer->GetNextHost(nullptr)->GetServices()) in TestSrpAdvProxyReplacedEntries()2179 VerifyOrQuit(srpServer->GetNextHost(nullptr)->GetServices().GetHead() != nullptr); in TestSrpAdvProxyReplacedEntries()2183 for (const Srp::Server::Service &service : srpServer->GetNextHost(nullptr)->GetServices()) in TestSrpAdvProxyReplacedEntries()
944 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()1000 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
142 return AsCoreType(aInstance).Get<Srp::Client>().GetServices().GetHead(); in otSrpClientGetServices()
617 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Client
530 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Server::Host
790 for (const Srp::Server::Service &service : host.GetServices()) in ResolveBySrp()