From 00d719eca836eed125e9b3b509222750e05021af Mon Sep 17 00:00:00 2001 From: c30051536 Date: Sat, 21 Sep 2024 09:59:41 +0800 Subject: [PATCH] modify unfocus and lock time Signed-off-by: c30051536 --- services/dtbschedmgr/src/mission/dms_continue_send_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/dtbschedmgr/src/mission/dms_continue_send_manager.cpp b/services/dtbschedmgr/src/mission/dms_continue_send_manager.cpp index 2e8b0c8e..4c95124c 100644 --- a/services/dtbschedmgr/src/mission/dms_continue_send_manager.cpp +++ b/services/dtbschedmgr/src/mission/dms_continue_send_manager.cpp @@ -41,7 +41,7 @@ constexpr int32_t INDEX_2 = 2; constexpr int32_t INDEX_3 = 3; constexpr int32_t CANCEL_FOCUSED_DELAYED = 60000; constexpr int32_t SCREEN_OFF_DELAY_TIME = 10000; -constexpr int64_t TIME_DELAYED = 250; // determines whether normal unfocused or lockoff +constexpr int64_t TIME_DELAYED = 500; // determines whether normal unfocused or lockoff const std::string TAG = "DMSContinueSendMgr"; const std::string TIMEOUT_UNFOCUSED_TASK = "timeout_unfocused_task"; const std::string SCREEN_OFF_UNFOCUSED_TASK = "screen_off_unfocused_task";