Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_event_handler.h42 static constexpr uint32_t TERMINATE_APPLICATION_TIMEOUT = 150000; // ms variable
51 static constexpr uint32_t TERMINATE_APPLICATION_TIMEOUT = 10000; // ms variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp635 …MSEventHandler::TERMINATE_APPLICATION_TIMEOUT_MSG, AMSEventHandler::TERMINATE_APPLICATION_TIMEOUT); in ScheduleTerminate()