Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dosal_all_test.c204 static int g_timer1Cnt = 0; variable
213 if (g_timer1Cnt == 0) { in TimerLoopTest1()
218 if ((g_timer1Cnt >= 1) && (g_timer1Cnt != HDF_TIMER_TEST_MODIFY + 1)) { in TimerLoopTest1()
223 g_timer1Cnt, in TimerLoopTest1()
240 if (g_timer1Cnt == HDF_TIMER_TEST_MODIFY) { in TimerLoopTest1()
249 g_timer1Cnt++; in TimerLoopTest1()
688 g_timer1Cnt = 0; in OsaTestBegin()
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c273 static int g_timer1Cnt = 0; variable
283 if (g_timer1Cnt == 0) { in TimerLoopTest1()
288 if ((g_timer1Cnt >= 1) && (g_timer1Cnt != HDF_TIMER_TEST_MODIFY + 1)) { in TimerLoopTest1()
291 HDF_LOGE("%s %d %d %d %d %d", __func__, g_timer1Cnt, para, (int32_t)hdfTsDiff.sec, in TimerLoopTest1()
305 if (g_timer1Cnt == HDF_TIMER_TEST_MODIFY) { in TimerLoopTest1()
314 g_timer1Cnt++; in TimerLoopTest1()
929 g_timer1Cnt = 0; in OsaTestBegin()