OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_received
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/
auth_token_table.h
125
time_t
time_received
() const { return time_received_; }
function in class:keystore::AuthTokenTable::Entry
auth_token_table.cpp
156
if (static_cast<int64_t>(newest_match->
time_received
()) + timeout < static_cast<int64_t>(now))
160
if (static_cast<int64_t>(newest_match->
time_received
()) <
Completed in 225 milliseconds