Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread_ftd.h77 bool mIsStateRestoring : 1; ///< Is in restoring state member
/openthread-3.6.0/src/core/thread/
Dchild.cpp66 mIsStateRestoring = aChild.IsStateRestoring(); in SetFrom()
/openthread-3.6.0/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-3.6.0/src/core/utils/
Dhistory_tracker.cpp224 if (aInfo.mInfo.mChild.mIsStateRestoring) in RecordNeighborEvent()
/openthread-3.6.0/src/cli/
Dcli.cpp1580 childInfo.mIsStateRestoring) in Process()
1694 childInfo.mIsStateRestoring) in Process()