Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.cpp85 static_cast<long long>(new_entry.time_received())); in AddAuthenticationToken()
162 if (static_cast<int64_t>(newest_match->time_received()) + timeout < static_cast<int64_t>(now)) in FindTimedAuthorization()
166 if (static_cast<int64_t>(newest_match->time_received()) < in FindTimedAuthorization()
Dauth_token_table.h137 time_t time_received() const { return time_received_; } in time_received() function