Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp55 constexpr int FREEZE_TIME_LIMIT = 60000; variable
604 if (diff > FREEZE_TIME_LIMIT) { in ClearOldInfo()
622 if (diff >= FREEZE_TIME_LIMIT) { in IsNeedIgnoreFreezeEvent()
629 if (currentTime > FREEZE_TIME_LIMIT && diff < FREEZE_TIME_LIMIT) { in IsNeedIgnoreFreezeEvent()