Home
last modified time | relevance | path

Searched refs:GetServices (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp184 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()
Dtest_srp_server.cpp944 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
1000 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
/openthread-latest/src/core/api/
Dsrp_client_api.cpp142 return AsCoreType(aInstance).Get<Srp::Client>().GetServices().GetHead(); in otSrpClientGetServices()
/openthread-latest/src/core/net/
Dsrp_client.hpp617 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Client
Dsrp_server.hpp530 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Server::Host
Ddnssd_server.cpp790 for (const Srp::Server::Service &service : host.GetServices()) in ResolveBySrp()