Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmesh_diag.h97 bool mIsThisDevice : 1; ///< Whether router is this device itself. member
143 bool mIsThisDevice : 1; ///< Whether child is this device itself. member
/openthread-latest/src/cli/
Dcli_mesh_diag.cpp320 if (aRouterInfo->mIsThisDevice) in HandleMeshDiagDiscoverDone()
401 if (childInfo.mIsThisDevice) in HandleMeshDiagDiscoverDone()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp501 mIsThisDevice = mle.HasRloc16(mRloc16); in ParseFrom()
576 aChildInfo.mIsThisDevice = mMessage->Get<Mle::Mle>().HasRloc16(aChildInfo.mRloc16); in GetNextChildInfo()