Home
last modified time | relevance | path

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

/system/gatekeeper/
Dgatekeeper.cpp287 uint64_t last_checked = record->last_checked_timestamp; in ThrottleRequest() local
292 if (timestamp < last_checked + timeout && timestamp > last_checked) { in ThrottleRequest()
294 response->SetRetryTimeout(timeout - (timestamp - last_checked)); in ThrottleRequest()
296 } else if (timestamp <= last_checked) { in ThrottleRequest()