Home
last modified time | relevance | path

Searched refs:aTimestamps (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dhistory_tracker.cpp527 uint16_t HistoryTracker::List::Add(uint16_t aMaxSize, Timestamp aTimestamps[]) in Add() argument
539 aTimestamps[mStartIndex].SetToNow(); in Add()
545 const Timestamp aTimestamps[], in Iterate() argument
555 aEntryAge = aTimestamps[aListIndex].GetDurationTill(aIterator.GetInitTime()); in Iterate()
581 void HistoryTracker::List::UpdateAgedEntries(uint16_t aMaxSize, Timestamp aTimestamps[]) in UpdateAgedEntries() argument
599 if (aTimestamps[index].GetDurationTill(now) < kMaxAge) in UpdateAgedEntries()
604 aTimestamps[index].MarkAsDistantPast(); in UpdateAgedEntries()
Dhistory_tracker.hpp339 uint16_t Add(uint16_t aMaxSize, Timestamp aTimestamps[]);
340 void UpdateAgedEntries(uint16_t aMaxSize, Timestamp aTimestamps[]);
343 const Timestamp aTimestamps[],