OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_checked_timestamp
(Results
1 - 3
of
3
) sorted by null
/system/core/gatekeeperd/
SoftGateKeeper.h
116
stored->
last_checked_timestamp
= 0;
126
stored->
last_checked_timestamp
= 0;
/system/gatekeeper/include/gatekeeper/
gatekeeper.h
31
uint64_t
last_checked_timestamp
;
member in struct:gatekeeper::failure_record_t
191
* Sets the
last_checked_timestamp
to timestamp. Writes the updated record
/system/gatekeeper/
gatekeeper.cpp
281
uint64_t last_checked = record->
last_checked_timestamp
;
293
record->
last_checked_timestamp
= timestamp;
310
record->
last_checked_timestamp
= timestamp;
Completed in 3861 milliseconds