Searched refs:next_fetch_and_sample_alarm_ (Results 1 – 2 of 2) sorted by relevance
54 if (next_fetch_and_sample_alarm_ != nullptr) in ~LoadReporterAsyncServiceImpl()55 next_fetch_and_sample_alarm_->Cancel(); in ~LoadReporterAsyncServiceImpl()69 next_fetch_and_sample_alarm_.reset(new Alarm); in ScheduleNextFetchAndSample()70 next_fetch_and_sample_alarm_->Set(cq_.get(), next_fetch_and_sample_time, in ScheduleNextFetchAndSample()
188 std::unique_ptr<Alarm> next_fetch_and_sample_alarm_; variable