Home
last modified time | relevance | path

Searched refs:time_received_ (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dauth_token_table.h105 time_received_ = rhs.time_received_;
125 ((ts == other_ts) && (time_received_ > entry->time_received_)); in is_newer_than()
131 time_t time_received() const { return time_received_; } in time_received()
138 time_t time_received_; variable
Dauth_token_table.cpp215 : token_(token), time_received_(current_time), last_use_(current_time), in Entry()