Home
last modified time | relevance | path

Searched refs:GetNextDnsSrpAnycastInfo (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dnetwork_data_service.cpp153 Error Manager::GetNextDnsSrpAnycastInfo(Iterator &aIterator, DnsSrpAnycast::Info &aInfo) const in GetNextDnsSrpAnycastInfo() function in ot::NetworkData::Service::Manager
184 while (GetNextDnsSrpAnycastInfo(iterator, info) == kErrorNone) in FindPreferredDnsSrpAnycastInfo()
Dnetwork_data_service.hpp561 Error GetNextDnsSrpAnycastInfo(Iterator &aIterator, DnsSrpAnycast::Info &aInfo) const;
/openthread-2.7.6/tests/unit/
Dtest_network_data.cpp416 SuccessOrQuit(manager.GetNextDnsSrpAnycastInfo(iterator, anycastInfo)); in TestNetworkDataDsnSrpServices()
424 VerifyOrQuit(manager.GetNextDnsSrpAnycastInfo(iterator, anycastInfo) == kErrorNotFound, in TestNetworkDataDsnSrpServices()
/openthread-2.7.6/src/core/net/
Dsrp_client.cpp1806 …while (Get<NetworkData::Service::Manager>().GetNextDnsSrpAnycastInfo(iterator, anycastInfo) == kEr… in SelectNextServer()