Home | History | Annotate | Download | only in metrics

Lines Matching refs:eventTime

99     void onConditionChanged(const bool condition, const int64_t eventTime) {
101 onConditionChangedLocked(condition, eventTime);
104 void onSlicedConditionMayChange(bool overallCondition, const int64_t eventTime) {
106 onSlicedConditionMayChangeLocked(overallCondition, eventTime);
181 virtual void onConditionChangedLocked(const bool condition, const int64_t eventTime) = 0;
183 const int64_t eventTime) = 0;
193 * Flushes the current bucket if the eventTime is after the current bucket's end time. This will
196 virtual void flushIfNeededLocked(const int64_t& eventTime){};
201 virtual void flushLocked(const int64_t& eventTime) {
202 flushIfNeededLocked(eventTime);
203 flushCurrentBucketLocked(eventTime);