Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.h93 void AgingAll(int32_t time = AGING_INTERVAL);
103 static constexpr uint8_t AGING_INTERVAL = 1; variable
H A Dcache_manager.cpp223 if (entryArr_[index].life_ > INT32_MIN + AGING_INTERVAL) { in AgingAll()