Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/api/
Dsrp_client_api.cpp145 return AsCoreType(aInstance).Get<Srp::Client>().GetServices().GetHead(); in otSrpClientGetServices()
/openthread-3.6.0/tests/unit/
Dtest_srp_server.cpp944 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
1000 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
/openthread-3.6.0/src/core/net/
Dsrp_client.hpp663 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Client
Dsrp_server.hpp551 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Server::Host
Ddnssd_server.cpp737 for (const Srp::Server::Service &service : host.GetServices()) in ResolveBySrp()