Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/utils/global/constant/
H A Dglobal_constant.h23 constexpr int32_t TIMEOUT_UNIT_TIME = 1000; variable
53 return TIMEOUT_UNIT_TIME * LOAD_TIMEOUT_MULTIPLE; in GetLoadTimeOutBase()
58 return TIMEOUT_UNIT_TIME * (LOAD_TIMEOUT_MULTIPLE + INACTIVE_TIMEOUT_MULTIPLE); in GetLoadAndInactiveTimeout()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dams_configuration_parameter.h42 constexpr const char* TIMEOUT_UNIT_TIME = "timeout_unit_time"; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dams_configuration_parameter.cpp249 UpdateStartUpServiceConfigInteger(Object, AmsConfig::TIMEOUT_UNIT_TIME, timeoutUnitTime_); in LoadAppConfigurationForStartUpService()