Lines Matching refs:GetActiveRouterCount
412 if (mRouterTable.GetActiveRouterCount() >= mRouterUpgradeThreshold && in HandleChildStart()
1166 isSingleton = (mRouterTable.GetActiveRouterCount() <= 1); in IsSingleton()
1303 …if (!mRouterRoleTransition.IsPending() && (mRouterTable.GetActiveRouterCount() < mRouterUpgradeThr… in HandleAdvertisementOnFtd()
1493 VerifyOrExit(mRouterTable.GetActiveRouterCount() < kMaxRouters, error = kErrorDrop); in HandleParentRequest()
1611 …if (mRouterTable.GetActiveRouterCount() < mRouterUpgradeThreshold && HasNeighborWithGoodLinkQualit… in HandleTimeTick()
1635 …if ((mRouterTable.GetActiveRouterCount() > 0) && (mRouterTable.GetLeaderAge() >= mNetworkIdTimeout… in HandleTimeTick()
1641 …if (roleTransitionTimeoutExpired && mRouterTable.GetActiveRouterCount() > mRouterDowngradeThreshol… in HandleTimeTick()
3561 VerifyOrExit(mRouterTable.GetActiveRouterCount() < mRouterUpgradeThreshold); in HandleTmf()
3569 if ((mRouterTable.GetActiveRouterCount() >= mRouterUpgradeThreshold) && in HandleTmf()
3742 aTlv.SetActiveRouters(mRouterTable.GetActiveRouterCount()); in FillConnectivityTlv()
3756 uint8_t activeRouterCount = mRouterTable.GetActiveRouterCount(); in ShouldDowngrade()