Home
last modified time | relevance | path

Searched refs:setSec (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp287 int setSec = 100; in HWTEST_F() local
291 struct timeval set = {.tv_sec = setSec, .tv_usec = 0}; in HWTEST_F()
300 EXPECT_EQ(setSec, tvalStart.tv_sec) in HWTEST_F()
301 << "settimeofday set[" << setSec << "],get[" << tvalStart.tv_sec << "]"; in HWTEST_F()

Completed in 1 milliseconds