Home
last modified time | relevance | path

Searched refs:mIsStateRestoring (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dthread_ftd.h75 bool mIsStateRestoring : 1; ///< Is in restoring state member
/openthread-latest/src/core/thread/
Dchild.cpp64 mIsStateRestoring = aChild.IsStateRestoring(); in SetFrom()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp142 VerifyOrExit(!aEntry.mInfo.mChild.mIsStateRestoring); in HandleNeighborTableChanged()
217 …GetChildInfoByIndex(mInstance, index, &childInfo) != OT_ERROR_NONE) || childInfo.mIsStateRestoring) in HandlePropertyGet()
278 childInfo.mIsStateRestoring) in HandlePropertyGet()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp216 if (aInfo.mInfo.mChild.mIsStateRestoring) in RecordNeighborEvent()
/openthread-latest/src/cli/
Dcli.cpp1769 childInfo.mIsStateRestoring) in Process()
1883 childInfo.mIsStateRestoring) in Process()