Searched refs:RepeatingAlarm (Results 1 – 4 of 4) sorted by relevance
35 RepeatingAlarm::RepeatingAlarm(Thread* thread) in RepeatingAlarm() function in bluetooth::os::RepeatingAlarm43 RepeatingAlarm::~RepeatingAlarm() { in ~RepeatingAlarm()51 void RepeatingAlarm::Schedule(Closure task, std::chrono::milliseconds period) { in Schedule()64 void RepeatingAlarm::Cancel() { in Cancel()71 void RepeatingAlarm::on_fire() { in on_fire()
33 alarm_ = new RepeatingAlarm(thread_); in SetUp()62 RepeatingAlarm* alarm_;
32 class RepeatingAlarm {35 explicit RepeatingAlarm(Thread* thread);38 ~RepeatingAlarm();40 DISALLOW_COPY_AND_ASSIGN(RepeatingAlarm);
29 using ::bluetooth::os::RepeatingAlarm;38 repeating_alarm_ = std::make_unique<RepeatingAlarm>(thread_.get()); in SetUp()79 std::unique_ptr<RepeatingAlarm> repeating_alarm_;