Home
last modified time | relevance | path

Searched refs:ClockTimeTest (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/time_posix/src/
DClockTimeTest.cpp36 class ClockTimeTest : public testing::Test { class
60 struct timespec ClockTimeTest::mTestStatTime;
105 INSTANTIATE_TEST_CASE_P(ClockTimeTest, SupportedClockIDTest, ALL_SUPPORTED_IDS);
113 HWTEST_F(ClockTimeTest, testClockSettime, Function | MediumTest | Level1)
135 HWTEST_F(ClockTimeTest, testFtime, Function | MediumTest | Level1)
161 HWTEST_F(ClockTimeTest, testStime, Function | MediumTest | Level1)
183 HWTEST_F(ClockTimeTest, testTime, Function | MediumTest | Level1)
217 HWTEST_F(ClockTimeTest, testTimes, Function | MediumTest | Level1)
264 HWTEST_F(ClockTimeTest, testGettimeofday, Function | MediumTest | Level1) {
286 HWTEST_F(ClockTimeTest, testSettimeofday, Function | MediumTest | Level1) {
[all …]
/test/xts/acts/kernel_lite/time_posix/
DBUILD.gn20 "src/ClockTimeTest.cpp",