Searched refs:token_ (Results 1 – 5 of 5) sorted by relevance
42 token_ = handler_->thread_->GetReactor()->Register( in RepeatingAlarm()47 handler_->thread_->GetReactor()->Unregister(token_); in ~RepeatingAlarm()
43 token_ = handler_->thread_->GetReactor()->Register( in Alarm()48 handler_->thread_->GetReactor()->Unregister(token_); in ~Alarm()
54 Reactor::Reactable* token_; variable
990 explicit DeviceLockedRequest(int32_t ver, bool passwordOnly_, VerificationToken&& token_) in DeviceLockedRequest()991 : KeymasterMessage(ver), passwordOnly(passwordOnly_), token(move(token_)) {} in DeviceLockedRequest()