Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/services/core/network/
H A Dattest_channel.c85 mbedtls_x509_time curTime = {0}; in VerifyCrtTime() local
87 curTime.year = ATTEST_TIME_DIFF_YEAR_1900 + theNowTm->tm_year; in VerifyCrtTime()
89 curTime.mon = ATTEST_TIME_DIFF_MONTH_ONE + theNowTm->tm_mon; in VerifyCrtTime()
91 curTime.day = theNowTm->tm_mday; in VerifyCrtTime()
92 curTime.hour = theNowTm->tm_hour; in VerifyCrtTime()
93 curTime.min = theNowTm->tm_min; in VerifyCrtTime()
94 curTime.sec = theNowTm->tm_sec; in VerifyCrtTime()
97 int32_t ret = X509CheckTime(&curTime, &crt->valid_to); in VerifyCrtTime()
104 ret = X509CheckTime(&crt->valid_from, &curTime); in VerifyCrtTime()
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
H A Dnativevsync.cpp123 time_t curTime = time(PARAM_0); in OHNativeVSyncGetPeriod() local
124 diffTime = difftime(curTime, startTime); in OHNativeVSyncGetPeriod()

Completed in 2 milliseconds