Searched refs:token_ (Results 1 – 7 of 7) sorted by relevance
112 token_ = std::move(rhs.token_);127 uint64_t ts = token_.timestamp; in is_newer_than()128 uint64_t other_ts = entry->token_.timestamp; in is_newer_than()138 const HardwareAuthToken& token() const & { return token_; } in token()144 return (sid == token_.userId || sid == token_.authenticatorId) && in SatisfiesAuth()145 (auth_type & token_.authenticatorType) != 0; in SatisfiesAuth()148 HardwareAuthToken token_; variable
275 : token_(std::move(token)), time_received_(current_time), last_use_(current_time), in Entry()276 operation_completed_(token_.challenge == 0) {} in Entry()293 return (token_.userId == entry.token_.userId && in Supersedes()294 token_.authenticatorType == entry.token_.authenticatorType && in Supersedes()295 token_.authenticatorId == entry.token_.authenticatorId && is_newer_than(&entry)); in Supersedes()
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
917 explicit DeviceLockedRequest(bool passwordOnly_, VerificationToken&& token_,919 : KeymasterMessage(ver), passwordOnly(passwordOnly_), token(move(token_)) {} in KeymasterMessage()