Searched refs:next_report_alarm_ (Results 1 – 2 of 2) sorted by relevance
269 next_report_alarm_.reset(new Alarm); in ScheduleNextReport()270 next_report_alarm_->Set(cq_, next_report_time, &next_outbound_); in ScheduleNextReport()339 next_report_alarm_->Cancel(); in Shutdown()
169 std::unique_ptr<Alarm> next_report_alarm_; variable