Searched refs:GetLastHeard (Results 1 – 6 of 6) sorted by relevance
320 … if ((mIndirectTxChild == nullptr) || (child.GetLastHeard() < mIndirectTxChild->GetLastHeard())) in ProcessPendingPolls()
95 mAge = Time::MsecToSec(TimerMilli::GetNow() - aNeighbor.GetLastHeard()); in SetFrom()277 mAge = Time::MsecToSec(TimerMilli::GetNow() - aChild.GetLastHeard()); in SetFrom()559 … = static_cast<uint8_t>(Time::MsecToSec(TimerMilli::GetNow() - aRouter.GetLastHeard())); in SetFrom()
413 TimeMilli GetLastHeard(void) const { return mLastHeard; } in GetLastHeard() function in ot::Neighbor
510 lastTransactionTime = Time::MsecToSec(TimerMilli::GetNow() - child->GetLastHeard()); in PerformNextRegistration()
861 lastTransactionTime = Time::MsecToSec(TimerMilli::GetNow() - child.GetLastHeard()); in HandleTmf()
1432 …else if (TimerMilli::GetNow() - child->GetLastHeard() < kParentRequestRouterTimeout - kParentReque… in HandleParentRequest()1626 if (TimerMilli::GetNow() - child.GetLastHeard() >= timeout) in HandleTimeTick()1648 age = TimerMilli::GetNow() - router.GetLastHeard(); in HandleTimeTick()