Home
last modified time | relevance | path

Searched refs:cleanup_timer_ (Results 1 – 6 of 6) sorted by relevance

/external/cronet/tot/net/dns/
Dmdns_client_impl.cc243 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()
Dmdns_client_impl.h210 raw_ptr<base::OneShotTimer> cleanup_timer_; variable
248 std::unique_ptr<base::OneShotTimer> cleanup_timer_; variable
/external/cronet/stable/net/dns/
Dmdns_client_impl.cc243 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()
Dmdns_client_impl.h210 raw_ptr<base::OneShotTimer> cleanup_timer_; variable
248 std::unique_ptr<base::OneShotTimer> cleanup_timer_; variable
/external/sdv/vsomeip/implementation/endpoints/src/
Dtp_reassembler.cpp29 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()
/external/sdv/vsomeip/implementation/endpoints/include/
Dtp_reassembler.hpp48 boost::asio::steady_timer cleanup_timer_; member in vsomeip_v3::tp::tp_reassembler