Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_timer.cpp42 kCallCountIndexAlarmStop = 0, enumerator
60 sCallCount[kCallCountIndexAlarmStop]++; in otPlatAlarmMilliStop()
77 sCallCount[kCallCountIndexAlarmStop]++; in otPlatAlarmMicroStop()
155 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 0, "Stop CallCount Failed."); in TestOneTimer()
166 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 1, "Stop CallCount Failed."); in TestOneTimer()
179 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 0, "Stop CallCount Failed."); in TestOneTimer()
190 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 1, "Stop CallCount Failed."); in TestOneTimer()
203 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 0, "Stop CallCount Failed."); in TestOneTimer()
214 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 1, "Stop CallCount Failed."); in TestOneTimer()
227 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 0, "Stop CallCount Failed."); in TestOneTimer()
[all …]