Searched refs:maxKeepTime (Results 1 – 2 of 2) sorted by relevance
159 bool TimeUtil::IsFormatTimeExpired(const string &formatTime, int maxKeepTime) in IsFormatTimeExpired() argument171 return (currentTime >= originalTime) && (currentTime - originalTime >= maxKeepTime); in IsFormatTimeExpired()
57 static bool IsFormatTimeExpired(const std::string &formatTime, int maxKeepTime);