Home
last modified time | relevance | path

Searched refs:mIsInBackoff (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmle.hpp1263 , mIsInBackoff(false) in ParentSearch()
1298 bool mIsInBackoff : 1; member in ot::Mle::Mle::ParentSearch
Dmle.cpp3920 LogInfo("PeriodicParentSearch: %s interval passed", mIsInBackoff ? "Backoff" : "Check"); in HandleTimer()
3935 mIsInBackoff = false; in HandleTimer()
3957 mIsInBackoff = true; in HandleTimer()
4030 if (mIsInBackoff) in StartTimer()
4041 …LogInfo("PeriodicParentSearch: (Re)starting timer for %s interval", mIsInBackoff ? "backoff" : "ch… in StartTimer()
4066 if (mIsInBackoff && !mBackoffWasCanceled && mRecentlyDetached) in UpdateState()
4071 mIsInBackoff = false; in UpdateState()
4082 if (!mIsInBackoff) in UpdateState()