Home
last modified time | relevance | path

Searched refs:maxKeepTime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtime_util.cpp159 bool TimeUtil::IsFormatTimeExpired(const string &formatTime, int maxKeepTime) in IsFormatTimeExpired() argument
171 return (currentTime >= originalTime) && (currentTime - originalTime >= maxKeepTime); in IsFormatTimeExpired()
H A Dtime_util.h57 static bool IsFormatTimeExpired(const std::string &formatTime, int maxKeepTime);