Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/api/
Dthread_api.cpp192 …return AsCoreType(aInstance).Get<Mle::MleRouter>().GetServiceAloc(aServiceId, AsCoreType(aServiceA… in otThreadGetServiceAloc()
/openthread-3.5.0/src/core/thread/
Ddua_manager.cpp519 SuccessOrExit(error = mle.GetServiceAloc(pbbrServiceId, messageInfo.GetPeerAddr())); in PerformNextRegistration()
Dmlr_manager.cpp413 SuccessOrExit(error = mle.GetServiceAloc(pbbrServiceId, messageInfo.GetPeerAddr())); in SendMulticastListenerRegistrationMessage()
Dmle.hpp590 Error GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const;
Dmle.cpp1073 Error Mle::GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const in GetServiceAloc() function in ot::Mle::Mle