Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/utils/global/constant/
H A Dglobal_constant.h29 constexpr int32_t BACKGROUND_TIMEOUT_MULTIPLE = 4500; variable
40 constexpr int32_t BACKGROUND_TIMEOUT_MULTIPLE = 3; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1256 … AmsConfigurationParameter::GetInstance().GetAppStartTimeoutTime() * BACKGROUND_TIMEOUT_MULTIPLE; in BackgroundAbility()