Searched refs:checkPeriod (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_interface_test.cpp | 131 constexpr int checkPeriod = 3000; in HWTEST_F() local 149 int result = Watchdog::GetInstance().AddThread("TestBlock20", handler, timeOutCallback, checkPeriod); in HWTEST_F() 154 int result2 = Watchdog::GetInstance().AddThread("TestBlock20_1", handler, timeOutCallback1, checkPeriod); in HWTEST_F() 184 constexpr int checkPeriod = 2000; in HWTEST_F() local 187 int ret = Watchdog::GetInstance().AddThread("BLOCK2S", handler, checkPeriod); in HWTEST_F() 203 constexpr int checkPeriod = 1000; in HWTEST_F() local 214 int result = Watchdog::GetInstance().AddThread("RemoveTest001", handler, nullptr, checkPeriod); in HWTEST_F() 218 result = Watchdog::GetInstance().AddThread("RemoveTest002", handler, nullptr, checkPeriod); in HWTEST_F() 220 result = Watchdog::GetInstance().AddThread("RemoveTest003", handler, nullptr, checkPeriod); in HWTEST_F() 233 constexpr int checkPeriod in HWTEST_F() local 360 constexpr int checkPeriod = 1000; HWTEST_F() local [all...] |
Completed in 2 milliseconds