Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Drestart_app_manager.cpp34 constexpr int64_t MIN_RESTART_TIME = 3; in IsRestartAppFrequent() local
36 if ((it != restartAppHistory_.end()) && (it->second + MIN_RESTART_TIME > time)) { in IsRestartAppFrequent()