Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp165 constexpr const int32_t KILL_PROCESS_BY_USER_DELAY_BASE = 500; variable
7933 …2_t delayTime = willKillPidsNum_ * KILL_PROCESS_BY_USER_INTERVAL + KILL_PROCESS_BY_USER_DELAY_BASE; in NotifyAppFaultBySA()