Searched refs:GetSeconds (Results 1 – 8 of 8) sorted by relevance
43 int64_t nowTime = TimeUtil::GetSeconds(); in CheckThreshold()68 lastUpdateTime = TimeUtil::GetSeconds(); in CheckTimeOfCache()152 exceedTime = TimeUtil::GetSeconds(); in UpdateCacheAndDb()
82 …auto dateOneDayAgo = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds() - secondsOfOneDay, "%Y…83 …auto dateThreeDaysAgo = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds() - secondsOfThreeDay…
54 int64_t GetSeconds();
118 std::string dateStr(TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds(), "%Y%m%d")); in OnEvent()
51 std::string dateStr = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds(), "%Y%m%d"); in CreateFileNameByDate()
53 int64_t GetSeconds() in GetSeconds() function
214 auto time = TimeUtil::GetSeconds();
399 "OHOS::HiviewDFX::TimeUtil::GetSeconds()";