Searched refs:BecomeRouter (Results 1 – 5 of 5) sorted by relevance
364 IgnoreError(Get<Mle::MleRouter>().BecomeRouter(ThreadStatusTlv::kBorderRouterRequest)); in HandleTimeTick()
129 Error BecomeRouter(ThreadStatusTlv::Status aStatus);
236 Error MleRouter::BecomeRouter(ThreadStatusTlv::Status aStatus) in BecomeRouter() function in ot::Mle::MleRouter371 IgnoreError(BecomeRouter(ThreadStatusTlv::kHaveChildIdRequest)); in HandleChildStart()404 IgnoreError(BecomeRouter(ThreadStatusTlv::kParentPartitionChange)); in HandleChildStart()1613 IgnoreError(BecomeRouter(ThreadStatusTlv::kTooFewRouters)); in HandleTimeTick()2214 IgnoreError(BecomeRouter(ThreadStatusTlv::kHaveChildIdRequest)); in HandleChildIdRequest()
196 if (Get<MleRouter>().BecomeRouter(ThreadStatusTlv::kTooFewRouters) != kErrorNone) in Start()
179 …return AsCoreType(aInstance).Get<Mle::MleRouter>().BecomeRouter(ThreadStatusTlv::kHaveChildIdReque… in otThreadBecomeRouter()