Home
last modified time | relevance | path

Searched refs:mFullThreadDevice (Results 1 – 10 of 10) sorted by relevance

/openthread-3.6.0/src/core/utils/
Dhistory_tracker.cpp204 entry->mFullThreadDevice = aInfo.mInfo.mChild.mFullThreadDevice; in RecordNeighborEvent()
215 entry->mFullThreadDevice = aInfo.mInfo.mRouter.mFullThreadDevice; in RecordNeighborEvent()
/openthread-3.6.0/include/openthread/
Dhistory_tracker.h190 bool mFullThreadDevice : 1; ///< Full Thread Device. member
Dthread_ftd.h75 bool mFullThreadDevice : 1; ///< Full Thread Device member
Dthread.h106 bool mFullThreadDevice : 1; ///< Full Thread Device member
/openthread-3.6.0/src/core/thread/
Dneighbor.cpp106 mFullThreadDevice = aNeighbor.IsFullThreadDevice(); in SetFrom()
Dchild.cpp64 mFullThreadDevice = aChild.IsFullThreadDevice(); in SetFrom()
/openthread-3.6.0/src/cli/
Dcli_history.cpp404 mode.mDeviceType = info->mFullThreadDevice; in Process()
Dcli.cpp1594 OutputFormat("|%1d", childInfo.mFullThreadDevice); in Process()
1653 linkMode.mDeviceType = childInfo.mFullThreadDevice; in Process()
1654 linkMode.mNetworkData = childInfo.mFullThreadDevice; in Process()
4318 OutputFormat("|%1d", neighborInfo.mFullThreadDevice); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_ftd.cpp68 …LinkFlagsToFlagByte(aChildInfo.mRxOnWhenIdle, aChildInfo.mFullThreadDevice, aChildInfo.mFullNetwor… in EncodeChildInfo()
Dncp_base_mtd.cpp193 modeFlags = LinkFlagsToFlagByte(aNeighborInfo.mRxOnWhenIdle, aNeighborInfo.mFullThreadDevice, in EncodeNeighborInfo()