Home
last modified time | relevance | path

Searched refs:KILL_PROCESS_TIMEOUT (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_event_handler.h48 static constexpr uint32_t KILL_PROCESS_TIMEOUT = 45000; // ms member in OHOS::AppExecFwk::AMSEventHandler
57 static constexpr uint32_t KILL_PROCESS_TIMEOUT = 3000; // ms member in OHOS::AppExecFwk::AMSEventHandler
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp588 appRecord->PostTask("DELAY_KILL_ABILITY", AMSEventHandler::KILL_PROCESS_TIMEOUT, timeoutTask); in HandleAbilityAttachTimeOut()
H A Dapp_mgr_service_inner.cpp3824 taskHandler_->SubmitTask(timeoutTask, "DelayKillProcess", AMSEventHandler::KILL_PROCESS_TIMEOUT); in TerminateApplication()
4783 taskHandler_->SubmitTask(timeoutTask, "DelayKillProcess", AMSEventHandler::KILL_PROCESS_TIMEOUT); in KillApplicationByRecord()

Completed in 16 milliseconds