Home
last modified time | relevance | path

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

/test/testfwk/developer_test/examples/sleep/src/
H A Dsleep_ex.cpp57 time_t sec = reinterpret_cast<int>(miliSec / SleepTest::ID_SE_TO_MS_LEVEL); in Msleep() local
58 miliSec = miliSec - (sec * SleepTest::ID_SE_TO_MS_LEVEL); in Msleep()
59 req.tv_sec = sec; in Msleep()
/test/xts/device_attest_lite/services/core/network/
H A Dattest_channel.c67 if (before->sec > after->sec) { in X509CheckTime()
69 } else if (before->sec < after->sec) { in X509CheckTime()
94 curTime.sec = theNowTm->tm_sec; in VerifyCrtTime()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py64 sec = "security" variable in TestType
88 "SEC": TestType.sec,
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dnameserndk.cpp160 ns_sect sec = ns_s_qd; in NsSkiPrr() local
161 ret = ns_skiprr(ptr, eom, sec, PARAM_1); in NsSkiPrr()
/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp118 LOG("current time: sec=%llu, nsec=%ld", time1.tv_sec, time1.tv_nsec); in HWTEST_F()
119 time_t sec = time1.tv_sec; in HWTEST_F() local
127 ASSERT_EQ(sec, time1.tv_sec); in HWTEST_F()
150 LOG("current time: sec=%llu, nsec=%ld", ts.tv_sec, (long)ts.tv_nsec); in HWTEST_F()
151 LOG("current time: sec=%llu, millitm=%d", tb.time, (int)tb.millitm); in HWTEST_F()
166 LOG("current time: sec=%llu, nsec=%ld", ts.tv_sec, (long)ts.tv_nsec); in HWTEST_F()
174 LOG("current time: sec=%llu, nsec=%ld", ts.tv_sec, (long)ts.tv_nsec); in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp170 const long sec = SEC_TIME; in UTimeNsAt_time64() local
171 struct timespec times[] = {{.tv_sec = PARAM_0}, {.tv_sec = sec}}; in UTimeNsAt_time64()
176 if (utimensatValue == PARAM_0 && statbuf.st_mtim.tv_sec == sec) { in UTimeNsAt_time64()
/test/xts/hats/hdf/hdf_lite/manager/common/
H A Dhdf_ioservice_test.cpp94 eventCount++, static_cast<char *>(service->priv), time.sec, time.usec); in OnDevEventReceived()
148 HDF_LOGE("send event finish at %" PRIu64 ".%" PRIu64 "", time.sec, time.usec); in SendEvent()

Completed in 8 milliseconds