Searched refs:current_reason_updated_timestamp_ms_ (Results 1 – 2 of 2) sorted by relevance
22 current_reason_updated_timestamp_ms_(clock_->TimeInMilliseconds()), in QualityLimitationReasonTracker()37 now_ms - current_reason_updated_timestamp_ms_; in SetReason()39 current_reason_updated_timestamp_ms_ = now_ms; in SetReason()48 clock_->TimeInMilliseconds() - current_reason_updated_timestamp_ms_; in DurationsMs()
46 int64_t current_reason_updated_timestamp_ms_; variable