Home
last modified time | relevance | path

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

/openthread-2.7.6/tests/unit/
Dtest_timer.cpp587 const uint32_t kStartTimes[] = {0, 100, kMaxTime / 2, kMaxTime - 100, kMaxTime}; in TestTimerTime() local
593 for (uint32_t startTime : kStartTimes) in TestTimerTime()