From 3dc6f419edf5398a3b2be08a62d81230c1a7259e Mon Sep 17 00:00:00 2001 From: l00800715 Date: Sun, 8 Oct 2023 11:35:49 +0800 Subject: [PATCH] add container_freeze sa Signed-off-by: l00800715 --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 6acb5ccb..09758786 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -150,6 +150,7 @@ enum { DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID = 1914, TASK_HEARTBEAT_MGR_SYSTEM_ABILITY_ID = 1915, APP_NAP_SYSTEM_ABILITY_ID = 1916, + CONTAINER_FREEZE_SYSTEM_ABILITY_ID = 1917, SUBSYS_IDE_SYS_ABILITY_ID_BEGIN = 2000, SUBSYS_INTELLIACCESSORIES_SYS_ABILITY_ID_BEGIN = 2100, SUBSYS_INTELLISPEAKER_SYS_ABILITY_ID_BEGIN = 2200, @@ -344,6 +345,7 @@ inline const std::map saNameMap_ = { { SOC_PERF_SERVICE_SA_ID, "SocPerfService" }, { SUSPEND_MANAGER_SYSTEM_ABILITY_ID, "SuspendManager" }, { APP_NAP_SYSTEM_ABILITY_ID, "AppNap" }, + { CONTAINER_FREEZE_SYSTEM_ABILITY_ID, "ContainerFreezeService" }, { ABNORMAL_EFFICIENCY_MGR_SYSTEM_ABILITY_ID, "AbnormalEfficiencyManager" }, { LOCATION_GEO_CONVERT_SA_ID, "LocationGeoConvert" }, { LOCATION_LOCATOR_SA_ID, "LocationLocator" }, -- Gitee