Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dams_configuration_parameter.h40 constexpr const char* RESTART_INTERVAL_TIME = "restart_interval_time"; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dams_configuration_parameter.cpp247 … UpdateStartUpServiceConfigInteger(Object, AmsConfig::RESTART_INTERVAL_TIME, restartIntervalTime_); in LoadAppConfigurationForStartUpService()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp37 constexpr int32_t RESTART_INTERVAL_TIME = 120000; variable
1565 …artResidentProcCount_ >= 0) || ((systemTimeMillis - restartTimeMillis_) > RESTART_INTERVAL_TIME)) { in CanRestartResidentProc()
H A Dapp_mgr_service_inner.cpp202 constexpr int32_t RESTART_INTERVAL_TIME = 120000; variable
6751 …taskHandler_->SubmitTask(restartProcess, "RestartResidentProcessDelayTask", RESTART_INTERVAL_TIME); in NotifyAppFaultBySA()