Searched refs:lastPushTime_ (Results 1 – 2 of 2) sorted by relevance
40 lastPushTime_ = 0; in ClearStatistics()55 pushInterval_ = pushTime_ - lastPushTime_; in CalAverPushInterval()56 if (lastPushTime_ == 0) { in CalAverPushInterval()57 lastPushTime_ = pushTime_; in CalAverPushInterval()63 lastPushTime_ = pushTime_; in CalAverPushInterval()
44 int64_t lastPushTime_ = 0; variable