Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Ddatetime_ex.cpp33 int64_t GetSecondsSince1970ToPointTime(struct tm inputTm) in GetSecondsSince1970ToPointTime() function
47 int64_t second1 = GetSecondsSince1970ToPointTime(inputTm1); in GetSecondsBetween()
48 int64_t second2 = GetSecondsSince1970ToPointTime(inputTm2); in GetSecondsBetween()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_datetime_test.cpp82 int64_t second2 = GetSecondsSince1970ToPointTime(curTime); in HWTEST_F()
92 second2 = GetSecondsSince1970ToPointTime(info); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/
H A Ddatatime_benchmark_test.cpp104 int64_t second2 = GetSecondsSince1970ToPointTime(curTime); in BENCHMARK_F()
115 second2 = GetSecondsSince1970ToPointTime(info); in BENCHMARK_F()
/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h113 int64_t GetSecondsSince1970ToPointTime(struct tm inputTm);

Completed in 2 milliseconds