Searched refs:mIsChild (Results 1 – 7 of 7) sorted by relevance
208 aNeighInfo.mIsChild = true; in GetNextNeighborInfo()227 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()255 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
181 bool mIsChild : 1; ///< Indicates whether or not the neighbor is a child. member
112 bool mIsChild : 1; ///< Is the neighbor a child member
198 entry->mIsChild = true; in RecordNeighborEvent()209 entry->mIsChild = false; in RecordNeighborEvent()
409 info->mIsChild ? "Child" : "Router", kEventString[info->mEvent]); in Process()
4456 OutputFormat("| %3c ", neighborInfo.mIsChild ? 'C' : 'R'); in Process()
204 SuccessOrExit(error = mEncoder.WriteBool(aNeighborInfo.mIsChild)); in EncodeNeighborInfo()