Searched refs:mAge (Results 1 – 6 of 6) sorted by relevance
/openthread-3.4.0/include/openthread/ |
D | thread.h | 93 uint32_t mAge; ///< Seconds since last heard member 141 uint8_t mAge; ///< Time last heard member
|
D | thread_ftd.h | 61 uint32_t mAge; ///< Seconds since last heard member
|
/openthread-3.4.0/src/core/thread/ |
D | topology.cpp | 95 mAge = Time::MsecToSec(TimerMilli::GetNow() - aNeighbor.GetLastHeard()); in SetFrom() 277 mAge = Time::MsecToSec(TimerMilli::GetNow() - aChild.GetLastHeard()); in SetFrom() 559 …mAge = static_cast<uint8_t>(Time::MsecToSec(TimerMilli::GetNow() - aRouter.GetLastHear… in SetFrom()
|
/openthread-3.4.0/src/cli/ |
D | cli.cpp | 1924 OutputFormat("| %10lu ", ToUlong(childInfo.mAge)); in Process() 1993 OutputLine("Age: %lu", ToUlong(childInfo.mAge)); in Process() 5345 OutputFormat("| %3lu ", ToUlong(neighborInfo.mAge)); in Process() 5385 OutputLine("| %5lu |", ToUlong(neighborInfo.mAge)); in Process() 5452 otConvertDurationInSecondsToString(neighborInfo.mAge, string, sizeof(string)); in Process() 5461 …OutputLine(" age:%lu conn-time:%lu", ToUlong(neighborInfo.mAge), ToUlong(neighborInfo.mConnectionT… in Process() 6118 OutputLine("Age: %lu", ToUlong(parentInfo.mAge)); in Process() 7052 OutputFormat("| %3u ", routerInfo.mAge); in Process() 7122 OutputLine("Age: %u", routerInfo.mAge); in Process()
|
/openthread-3.4.0/src/ncp/ |
D | ncp_base_ftd.cpp | 73 SuccessOrExit(error = mEncoder.WriteUint32(aChildInfo.mAge)); in EncodeChildInfo() 255 SuccessOrExit(error = mEncoder.WriteUint8(routerInfo.mAge)); in HandlePropertyGet()
|
D | ncp_base_mtd.cpp | 200 SuccessOrExit(error = mEncoder.WriteUint32(aNeighborInfo.mAge)); in EncodeNeighborInfo() 800 SuccessOrExit(error = mEncoder.WriteUint32(parentInfo.mAge)); in HandlePropertyGet()
|