Home
last modified time | relevance | path

Searched defs:GetLeader (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Drouter_table.hpp129 Router *GetLeader(void) { return AsNonConst(AsConst(this)->GetLeader()); } in GetLeader() function in ot::RouterTable
H A Drouter_table.cpp339 const Router *RouterTable::GetLeader(void) const { return FindRouterById(Get<Mle::MleRouter>().GetL… in GetLeader() function in ot::RouterTable