Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_watchdog_test.cpp58 EXPECT_EQ(0, WatchdogTestExecute(WATCHDOG_TEST_SET_GET_TIMEOUT));
71 EXPECT_EQ(0, WatchdogTestExecute(WATCHDOG_TEST_START_STOP));
84 EXPECT_EQ(0, WatchdogTestExecute(WATCHDOG_TEST_FEED));
97 EXPECT_EQ(0, WatchdogTestExecute(WATCHDOG_TEST_RELIABILITY));
108 EXPECT_EQ(0, WatchdogTestExecute(WATCHDOG_IF_PERFORMANCE_TEST));
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/
H A Dhdf_watchdog_entry_test.c22 msg->result = WatchdogTestExecute(msg->subCmd); in HdfWatchdogTestEntry()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dwatchdog_test.h39 int32_t WatchdogTestExecute(int cmd);
H A Dwatchdog_test.c300 int32_t WatchdogTestExecute(int cmd) in WatchdogTestExecute() function