Home
last modified time | relevance | path

Searched refs:AddJitter (Results 1 – 9 of 9) sorted by relevance

/openthread-3.5.0/src/core/api/
Drandom_noncrypto_api.cpp65 return Random::NonCrypto::AddJitter(aValue, aJitter); in otRandomNonCryptoAddJitter()
/openthread-3.5.0/src/core/common/
Drandom.hpp202 uint32_t AddJitter(uint32_t aValue, uint16_t aJitter);
Dtime_ticker.cpp74 … mTimer.FireAt(mTimer.GetFireTime() + Random::NonCrypto::AddJitter(kTickInterval, kRestartJitter)); in HandleTimer()
Drandom.cpp159 uint32_t AddJitter(uint32_t aValue, uint16_t aJitter) in AddJitter() function
/openthread-3.5.0/src/core/thread/
Dannounce_sender.cpp146 mTimer.Start(Random::NonCrypto::AddJitter(mPeriod, mJitter)); in HandleTimer()
Dmle.cpp664 delay = Random::NonCrypto::AddJitter(kAttachBackoffMaxInterval, kAttachBackoffJitter); in GetAttachStartDelay()
/openthread-3.5.0/src/core/utils/
Dchannel_monitor.cpp122 …mTimer.StartAt(mTimer.GetFireTime(), Random::NonCrypto::AddJitter(kTimerInterval, kMaxJitterInterv… in HandleTimer()
/openthread-3.5.0/src/core/net/
Dsrp_client.cpp810 interval = Random::NonCrypto::AddJitter(kTxFailureRetryInterval, kTxFailureRetryJitter); in SendUpdate()
821 … mTimer.Start(Random::NonCrypto::AddJitter(GetRetryWaitInterval(), kRetryIntervalJitter)); in SendUpdate()
/openthread-3.5.0/src/core/border_router/
Drouting_manager.cpp1670 …aRouter.mTimeout = TimerMilli::GetNow() + Random::NonCrypto::AddJitter(Router::kActiveTimeout, Rou… in UpdateRouterOnRx()