Home
last modified time | relevance | path

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

/foundation/ai/intelligent_voice_framework/utils/
H A Dtime_util.cpp146 time_t TimeUtil::GetFormatTimeToSec(const string &formatTime) in GetFormatTimeToSec() argument
148 INTELL_VOICE_LOG_DEBUG("GetFormatTimeToSec, formatTime is %{public}s", formatTime.c_str()); in GetFormatTimeToSec()
151 if (!strptime(formatTime.c_str(), "%Y%m%d%H%M%S", &s_tm)) { in GetFormatTimeToSec()
159 bool TimeUtil::IsFormatTimeExpired(const string &formatTime, int maxKeepTime) in IsFormatTimeExpired() argument
165 originalTime = GetFormatTimeToSec(formatTime); in IsFormatTimeExpired()
H A Dtime_util.h56 static time_t GetFormatTimeToSec(const std::string &formatTime);
57 static bool IsFormatTimeExpired(const std::string &formatTime, int maxKeepTime);

Completed in 1 milliseconds