Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/utils/global/constant/
H A Dglobal_constant.h28 constexpr int32_t FOREGROUND_TIMEOUT_MULTIPLE = 7500; variable
39 constexpr int32_t FOREGROUND_TIMEOUT_MULTIPLE = 5; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp508 … AmsConfigurationParameter::GetInstance().GetAppStartTimeoutTime() * FOREGROUND_TIMEOUT_MULTIPLE; in PostForegroundTimeoutTask()
536 static_cast<uint32_t>(FOREGROUND_TIMEOUT_MULTIPLE); in PostUIExtensionAbilityTimeoutTask()
913 … AmsConfigurationParameter::GetInstance().GetAppStartTimeoutTime() * FOREGROUND_TIMEOUT_MULTIPLE; in PostCancelStartingWindowHotTask()