Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp117 constexpr int32_t APP_ALIVE_TIME_MS = 1000; // Allow background startup within 1 second after appl… variable
10081 isBackgroundCall = aliveTime > APP_ALIVE_TIME_MS; in SetBackgroundCall()