Home
last modified time | relevance | path

Searched refs:mIsThisDevice (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Dmesh_diag.h103 bool mIsThisDevice : 1; ///< Whether router is this device itself. member
153 bool mIsThisDevice : 1; ///< Whether child is this device itself. member
/openthread-3.5.0/src/core/utils/
Dmesh_diag.cpp511 mIsThisDevice = (mRloc16 == mle.GetRloc16()); in ParseFrom()
587 aChildInfo.mIsThisDevice = (aChildInfo.mRloc16 == mMessage->Get<Mle::Mle>().GetRloc16()); in GetNextChildInfo()
/openthread-3.5.0/src/cli/
Dcli.cpp5477 if (aRouterInfo->mIsThisDevice) in HandleMeshDiagDiscoverDone()
5558 if (childInfo.mIsThisDevice) in HandleMeshDiagDiscoverDone()