Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data_service.hpp576 Error FindPreferredDnsSrpAnycastInfo(DnsSrpAnycast::Info &aInfo) const;
Dnetwork_data_service.cpp178 Error Manager::FindPreferredDnsSrpAnycastInfo(DnsSrpAnycast::Info &aInfo) const in FindPreferredDnsSrpAnycastInfo() function in ot::NetworkData::Service::Manager
/openthread-2.7.6/tests/unit/
Dtest_network_data.cpp429 SuccessOrQuit(manager.FindPreferredDnsSrpAnycastInfo(anycastInfo)); in TestNetworkDataDsnSrpServices()
/openthread-2.7.6/src/core/net/
Dsrp_client.cpp1698 …if (Get<NetworkData::Service::Manager>().FindPreferredDnsSrpAnycastInfo(anycastInfo) == kErrorNone) in ProcessAutoStart()