Searched refs:g_timerTestFunc (Results 1 – 1 of 1) sorted by relevance
417 static struct TimerTestFunc g_timerTestFunc[] = { variable452 for (i = 0; i < sizeof(g_timerTestFunc) / sizeof(g_timerTestFunc[0]); i++) { in TimerTestExecute()453 if (cmd == g_timerTestFunc[i].type && g_timerTestFunc[i].Func != NULL) { in TimerTestExecute()454 ret = g_timerTestFunc[i].Func(test); in TimerTestExecute()