Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_timer_test.cpp57 EXPECT_EQ(0, TimerTestExecute(TIMER_TEST_SET));
70 EXPECT_EQ(0, TimerTestExecute(TIMER_TEST_SETONCE));
83 EXPECT_EQ(0, TimerTestExecute(TIMER_TEST_GET));
96 EXPECT_EQ(0, TimerTestExecute(TIMER_TEST_START));
109 EXPECT_EQ(0, TimerTestExecute(TIMER_TEST_STOP));
122 EXPECT_EQ(0, TimerTestExecute(TIMER_MULTI_THREAD_TEST));
135 EXPECT_EQ(0, TimerTestExecute(TIMER_RELIABILITY_TEST));
146 EXPECT_EQ(0, TimerTestExecute(TIMER_IF_PERFORMANCE_TEST));
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/
H A Dhdf_timer_entry_test.c22 msg->result = TimerTestExecute(msg->subCmd); in HdfTimerUnitTestEntry()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dtimer_test.h53 int32_t TimerTestExecute(int cmd);
H A Dtimer_test.c428 int32_t TimerTestExecute(int cmd) in TimerTestExecute() function