Home
last modified time | relevance | path

Searched refs:mIsChild (Results 1 – 7 of 7) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dneighbor_table.cpp202 aNeighInfo.mIsChild = true; in GetNextNeighborInfo()
221 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
249 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
/openthread-2.7.6/include/openthread/
Dhistory_tracker.h158 bool mIsChild : 1; ///< Indicates whether or not the neighbor is a child. member
Dthread.h105 bool mIsChild : 1; ///< Is the neighbor a child member
/openthread-2.7.6/src/core/utils/
Dhistory_tracker.cpp213 entry->mIsChild = true; in RecordNeighborEvent()
224 entry->mIsChild = false; in RecordNeighborEvent()
/openthread-2.7.6/src/cli/
Dcli_history.cpp138 info->mIsChild ? "Child" : "Router", kEventString[info->mEvent]); in ProcessNeighbor()
Dcli.cpp2843 OutputFormat("| %3c ", neighborInfo.mIsChild ? 'C' : 'R'); in ProcessNeighbor()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp203 SuccessOrExit(error = mEncoder.WriteBool(aNeighborInfo.mIsChild)); in EncodeNeighborInfo()