From 9063869e65b277423d506e8e2ed2035c3e99a7e2 Mon Sep 17 00:00:00 2001 From: redlotus127 Date: Wed, 10 Sep 2025 09:14:56 +0000 Subject: [PATCH] patch 1 Signed-off-by: redlotus127 --- .../plugins/device_standby_plugin/src/device_standby_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp b/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp index fb23ee0b..01f69f99 100644 --- a/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp +++ b/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp @@ -54,6 +54,7 @@ void DeviceStandbyPlugin::Init() resTypes_.insert(RES_TYPE_REPORT_BOKER_GATT_CONNECT); resTypes_.insert(RES_TYPE_BOOT_COMPLETED); resTypes_.insert(RES_TYPE_THERMAL_SCENARIO_REPORT); + resTypes_.insert(RES_TYPE_CONTINUOUS_TASK); for (auto resType : resTypes_) { PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); -- Gitee