diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 6acb5ccb38414940dc7fbc081338f7ee5cfa556c..09758786c99bf5b15b2eb405a95269e9a994162c 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" },