Home
last modified time | relevance | path

Searched refs:g_timerLoop2RunFlag (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.c253 static bool g_timerLoop2RunFlag; variable
300 g_timerLoop2RunFlag = true; in TimerLoopTest2()
349 g_timerLoop2RunFlag = false; in OsaTimerTestStop()
375 UT_TEST_CHECK_RET(g_timerLoop2RunFlag == false, OSAL_TIMER_RUN_CHECK); in OsaCheckRun()
382 UT_TEST_CHECK_RET(g_timerLoop2RunFlag != false, OSAL_TIMER_STOP_CHECK); in OsaCheckRun()
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c318 static bool g_timerLoop2RunFlag; variable
361 g_timerLoop2RunFlag = true; in TimerLoopTest2()
406 g_timerLoop2RunFlag = false; in OsaTimerTestStop()
478 UT_TEST_CHECK_RET(!g_timerLoop2RunFlag, OSAL_TIMER_RUN_CHECK); in OsaCheckRun()
485 UT_TEST_CHECK_RET(g_timerLoop2RunFlag, OSAL_TIMER_STOP_CHECK); in OsaCheckRun()