Searched refs:cleanup_timer_ (Results 1 – 6 of 6) sorted by relevance
243 cleanup_timer_(timer), in Core()246 DCHECK(cleanup_timer_); in Core()247 DCHECK(!cleanup_timer_->IsRunning()); in Core()251 cleanup_timer_->Stop(); in ~Core()255 CHECK(!cleanup_timer_->IsRunning()); in Init()450 cleanup_timer_->Stop(); in ScheduleCleanup()454 cleanup_timer_->Start(FROM_HERE, in ScheduleCleanup()484 cleanup_timer_(std::make_unique<base::OneShotTimer>()) {} in MDnsClientImpl()488 : clock_(clock), cleanup_timer_(std::move(timer)) {} in MDnsClientImpl()496 core_ = std::make_unique<Core>(clock_, cleanup_timer_.get()); in StartListening()
210 raw_ptr<base::OneShotTimer> cleanup_timer_; variable248 std::unique_ptr<base::OneShotTimer> cleanup_timer_; variable
29 cleanup_timer_(_io) { in tp_reassembler()169 cleanup_timer_.cancel(ec); in stop()180 cleanup_timer_.expires_from_now(std::chrono::seconds(5)); in cleanup_timer_start_unlocked()182 cleanup_timer_.async_wait( in cleanup_timer_start_unlocked()
48 boost::asio::steady_timer cleanup_timer_; member in vsomeip_v3::tp::tp_reassembler