Home
last modified time | relevance | path

Searched refs:GetSecondsSince1970ToPointTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_datetime_test.cpp82 int64_t second2 = GetSecondsSince1970ToPointTime(curTime);
92 second2 = GetSecondsSince1970ToPointTime(info);
/ohos5.0/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()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h113 int64_t GetSecondsSince1970ToPointTime(struct tm inputTm);
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-datetime.md18 |int64_t |**GetSecondsSince1970ToPointTime**(struct tm inputTm)<br>获取从 1970 到输入时间的秒数。 |