Home
last modified time | relevance | path

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

/system/gatekeeper/
Dgatekeeper.cpp316 uint64_t last_checked = record->last_checked_timestamp; in ThrottleRequest()
328 record->last_checked_timestamp = timestamp; in ThrottleRequest()
345 record->last_checked_timestamp = timestamp; in IncrementFailureRecord()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper.h31 uint64_t last_checked_timestamp; member