Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h537 uint64_t lastCleanCacheTimestamp_ = 0; variable
H A Drs_main_thread.cpp3377 ((timestamp_ - lastCleanCacheTimestamp_) / REFRESH_PERIOD) > CLEAN_CACHE_FREQ) { in ClearTransactionDataPidInfo()
3387 lastCleanCacheTimestamp_ = timestamp_; in ClearTransactionDataPidInfo()