Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.h112 time_received_ = rhs.time_received_;
133 time_t time_received() const { return time_received_; } in time_received()
140 time_t time_received_; variable
Dauth_token_table.cpp180 : token_(token), time_received_(current_time), last_use_(current_time), in Entry()