Home
last modified time | relevance | path

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

/external/ot-br-posix/tests/unit/
Dtest_dbus_message.cpp81 …aLhs.mFullNetworkData == aRhs.mFullNetworkData && aLhs.mIsStateRestoring == aRhs.mIsStateRestoring; in operator ==()
/external/openthread/include/openthread/
Dthread_ftd.h75 bool mIsStateRestoring : 1; ///< Is in restoring state member
/external/ot-br-posix/src/dbus/common/
Dtypes.hpp484 bool mIsStateRestoring; ///< Is in restoring state member
Ddbus_message_helper_openthread.cpp370 aChildInfo.mFullNetworkData, aChildInfo.mIsStateRestoring); in DBusMessageEncode()
387 aChildInfo.mFullNetworkData, aChildInfo.mIsStateRestoring); in DBusMessageExtract()
/external/openthread/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()
/external/openthread/src/core/thread/
Dtopology.cpp259 mIsStateRestoring = aChild.IsStateRestoring(); in SetFrom()
/external/openthread/src/core/utils/
Dhistory_tracker.cpp219 if (aInfo.mInfo.mChild.mIsStateRestoring) in RecordNeighborEvent()
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp986 info.mIsStateRestoring = childInfo.mIsStateRestoring; in GetChildTableHandler()
/external/openthread/src/cli/
Dcli.cpp1215 childInfo.mIsStateRestoring) in Process()
1284 childInfo.mIsStateRestoring) in Process()