Searched refs:lastCleanCacheTimestamp_ (Results 1 – 2 of 2) sorted by relevance
537 uint64_t lastCleanCacheTimestamp_ = 0; variable
3377 ((timestamp_ - lastCleanCacheTimestamp_) / REFRESH_PERIOD) > CLEAN_CACHE_FREQ) { in ClearTransactionDataPidInfo()3387 lastCleanCacheTimestamp_ = timestamp_; in ClearTransactionDataPidInfo()