Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Ddatetime_ex.cpp79 struct tm curTime2 = {0}; in GetLocalTimeZone() local
81 struct tm* gmTime = gmtime_r(&t2, &curTime2); in GetLocalTimeZone()
87 t2 = mktime(&curTime2); in GetLocalTimeZone()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_datetime_test.cpp122 struct tm curTime2 = { 0 }; in HWTEST_F() local
123 ret = GetSystemCurrentTime(&curTime2); in HWTEST_F()
125 int64_t betweensec = GetSecondsBetween(curTime, curTime2); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/
H A Ddatatime_benchmark_test.cpp153 struct tm curTime2 = { 0 }; in BENCHMARK_F() local
154 ret = GetSystemCurrentTime(&curTime2); in BENCHMARK_F()
156 int64_t betweensec = GetSecondsBetween(curTime, curTime2); in BENCHMARK_F()

Completed in 1 milliseconds