Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dhistory_tracker.cpp341 uint16_t HistoryTracker::List::Add(uint16_t aMaxSize, Timestamp aTimestamps[]) in Add() argument
353 aTimestamps[mStartIndex].SetToNow(); in Add()
359 const Timestamp aTimestamps[], in Iterate() argument
369 aEntryAge = aTimestamps[aListIndex].GetDurationTill(aIterator.GetInitTime()); in Iterate()
395 void HistoryTracker::List::UpdateAgedEntries(uint16_t aMaxSize, Timestamp aTimestamps[]) in UpdateAgedEntries() argument
413 if (aTimestamps[index].GetDurationTill(now) < kMaxAge) in UpdateAgedEntries()
418 aTimestamps[index].MarkAsDistantPast(); in UpdateAgedEntries()
Dhistory_tracker.hpp255 uint16_t Add(uint16_t aMaxSize, Timestamp aTimestamps[]);
256 void UpdateAgedEntries(uint16_t aMaxSize, Timestamp aTimestamps[]);
259 const Timestamp aTimestamps[],