Searched defs:AddNewEntry (Results 1 – 1 of 1) sorted by relevance
/openthread-2.7.6/src/core/utils/ | ||
D | history_tracker.hpp | 277 Entry *AddNewEntry(void) { return &mEntries[Add(kMaxSize, mTimestamps)]; } in AddNewEntry() function in ot::Utils::HistoryTracker::EntryList |