Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_timer.cpp53 uint32_t sCallCount[kCallCountIndexMax]; variable
60 sCallCount[kCallCountIndexAlarmStop]++; in otPlatAlarmMilliStop()
66 sCallCount[kCallCountIndexAlarmStart]++; in otPlatAlarmMilliStartAt()
77 sCallCount[kCallCountIndexAlarmStop]++; in otPlatAlarmMicroStop()
83 sCallCount[kCallCountIndexAlarmStart]++; in otPlatAlarmMicroStartAt()
93 void InitCounters(void) { memset(sCallCount, 0, sizeof(sCallCount)); } in InitCounters()
112 sCallCount[kCallCountIndexTimerHandler]++; in HandleTimerFired()
154 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStart] == 1, "Start CallCount Failed."); in TestOneTimer()
155 VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 0, "Stop CallCount Failed."); in TestOneTimer()
156 VerifyOrQuit(sCallCount[kCallCountIndexTimerHandler] == 0, "Handler CallCount Failed."); in TestOneTimer()
[all …]