Searched refs:GetReactor (Results 1 – 6 of 6) sorted by relevance
39 reactable_ = thread_->GetReactor()->Register(fd_, [this] { this->handle_next_event(); }, nullptr); in Handler()43 thread_->GetReactor()->Unregister(reactable_); in ~Handler()
40 token_ = thread_->GetReactor()->Register(fd_, [this] { on_fire(); }, nullptr); in Alarm()44 thread_->GetReactor()->Unregister(token_); in ~Alarm()
40 token_ = thread_->GetReactor()->Register(fd_, [this] { on_fire(); }, nullptr); in RepeatingAlarm()44 thread_->GetReactor()->Unregister(token_); in ~RepeatingAlarm()
72 Reactor* Thread::GetReactor() const { in GetReactor() function in bluetooth::os::Thread
85 Reactor* reactor = thread->GetReactor(); in TEST_F()
64 Reactor* GetReactor() const;