Home
last modified time | relevance | path

Searched refs:GetNextHost (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/tests/unit/
Dtest_srp_server.cpp353 host = aServer.GetNextHost(nullptr); in ValidateHost()
363 VerifyOrQuit(aServer.GetNextHost(host) == nullptr); in ValidateHost()
561 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpServerReject()
581 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpServerReject()
673 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpServerIgnore()
693 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpServerIgnore()
804 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpServerClientRemove()
944 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
1000 service = srpServer->GetNextHost(nullptr)->GetServices().GetHead(); in TestUpdateLeaseShortVariant()
Dtest_srp_adv_proxy.cpp1555 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpAdvProxyDelayedCallback()
1572 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpAdvProxyDelayedCallback()
1580 VerifyOrQuit(srpServer->GetNextHost(nullptr) != nullptr); in TestSrpAdvProxyDelayedCallback()
1850 VerifyOrQuit(srpServer->GetNextHost(nullptr) == nullptr); in TestSrpAdvProxyReplacedEntries()
1888 VerifyOrQuit(srpServer->GetNextHost(nullptr) != nullptr); in TestSrpAdvProxyReplacedEntries()
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()
[all …]
Dtest_dns_client.cpp310 host = aServer.GetNextHost(nullptr); in ValidateHost()
320 VerifyOrQuit(aServer.GetNextHost(host) == nullptr); in ValidateHost()
/openthread-latest/src/core/api/
Dsrp_server_api.cpp127 return AsCoreType(aInstance).Get<Srp::Server>().GetNextHost(AsCoreTypePtr(aHost)); in otSrpServerGetNextHost()
Dmdns_api.cpp135 … return AsCoreType(aInstance).Get<Dns::Multicast::Core>().GetNextHost(*aIterator, *aHost, *aState); in otMdnsGetNextHost()
/openthread-latest/src/core/net/
Dsrp_server.hpp816 const Host *GetNextHost(const Host *aHost);
Dmdns.hpp581 Error GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const;
1892 Error GetNextHost(Host &aHost, EntryState &aState);
Dmdns.cpp205 Error Core::GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const in GetNextHost() function in ot::Dns::Multicast::Core
207 return static_cast<EntryIterator &>(aIterator).GetNextHost(aHost, aState); in GetNextHost()
6413 Error Core::EntryIterator::GetNextHost(Host &aHost, EntryState &aState) in GetNextHost() function in ot::Dns::Multicast::Core::EntryIterator
Dsrp_server.cpp297 const Server::Host *Server::GetNextHost(const Server::Host *aHost) in GetNextHost() function in ot::Srp::Server