Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor_table.cpp55 else if (mle.GetParentCandidate().Matches(aMatcher)) in FindParent()
57 neighbor = &mle.GetParentCandidate(); in FindParent()
Dmle.hpp428 Parent &GetParentCandidate(void) { return mParentCandidate; } in GetParentCandidate() function in ot::Mle::Mle
Dmle_router.cpp3257 else if (&aNeighbor == &GetParentCandidate()) in RemoveNeighbor()
/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp60 const Neighbor &parentCandidate = Get<Mle::MleRouter>().GetParentCandidate(); in GetParent()
139 (&parent == &Get<Mle::MleRouter>().GetParentCandidate())) in GetPollDestinationAddress()
/openthread-latest/src/core/radio/
Dtrel_link.cpp291 HandleTimer(Get<Mle::MleRouter>().GetParentCandidate()); in HandleTimer()