Searched refs:lastTimestampMap_ (Results 1 – 1 of 1) sorted by relevance
32 static std::unordered_map<int32_t, int64_t> lastTimestampMap_; variable78 lastTimestampMap_[event.sensorId] = event.timestamp; in PrintData()81 if (lastTimestampMap_[event.sensorId] - firstTimestampMap_[event.sensorId] >= REPOPRT_TIME) { in PrintData()82 firstTimestampMap_[event.sensorId] = lastTimestampMap_[event.sensorId]; in PrintData()