Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_service.cpp180 … Get<Mle::Mle>().GetServiceAloc(aIterator.mServiceTlv->GetServiceId(), aInfo.mAnycastAddress); in GetNextDnsSrpAnycastInfo()
Dmlr_manager.cpp408 mle.GetServiceAloc(pbbrServiceId, messageInfo.GetPeerAddr()); in SendMlrMessage()
Ddua_manager.cpp508 mle.GetServiceAloc(pbbrServiceId, messageInfo.GetPeerAddr()); in PerformNextRegistration()
Dmle.hpp580 void GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const;
Dmle.cpp1036 void Mle::GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const in GetServiceAloc() function in ot::Mle::Mle
/openthread-latest/src/core/api/
Dthread_api.cpp195 AsCoreType(aInstance).Get<Mle::Mle>().GetServiceAloc(aServiceId, AsCoreType(aServiceAloc)); in otThreadGetServiceAloc()