Home
last modified time | relevance | path

Searched refs:mIsUnstable (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/tests/unit/
Dtest_mle.cpp54 VerifyOrQuit(!props->mIsUnstable); in TestDefaultDeviceProperties()
94 VerifyOrQuit(aFirst.mIsUnstable == aSecond.mIsUnstable); in CompareDevicePropertiess()
/openthread-3.5.0/src/core/thread/
Dmle_types.cpp120 if (mIsUnstable) in CalculateLeaderWeight()
/openthread-3.5.0/include/openthread/
Dthread_ftd.h233 bool mIsUnstable : 1; ///< Operational stability of device (vendor specific). member
/openthread-3.5.0/src/cli/
Dcli.cpp3564 OutputLine("IsUnstable : %s", props->mIsUnstable ? "yes" : "no"); in Process()
3614 props.mIsUnstable = value; in Process()