Searched refs:systemElapsedTime (Results 1 – 1 of 1) sorted by relevance
230 int64_t systemElapsedTime = currentSystemTime - lastSystemTime_; in IsValidTime() local231 if (abs(networkTimeInterval - systemElapsedTime) > TIME_THRESHOLD) { in IsValidTime()