diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 4ba470d..35719b1 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -124,6 +124,7 @@ enum { DEVICE_USAGE_STATISTICS_SYS_ABILITY_ID = 1907, MEMORY_MANAGER_SA_ID = 1909, SUSPEND_MANAGER_SYSTEM_ABILITY_ID = 1910, + ABNORMAL_EFFICIENCY_MGR_SYSTEM_ABILITY_ID = 1911, SUBSYS_IDE_SYS_ABILITY_ID_BEGIN = 2000, SUBSYS_INTELLIACCESSORIES_SYS_ABILITY_ID_BEGIN = 2100, SUBSYS_INTELLISPEAKER_SYS_ABILITY_ID_BEGIN = 2200, @@ -281,6 +282,7 @@ static const std::map saNameMap_ = { { BACKGROUND_TASK_MANAGER_SERVICE_ID, "BackgroundTaskManager" }, { WORK_SCHEDULE_SERVICE_ID, "WorkSchedule" }, { SUSPEND_MANAGER_SYSTEM_ABILITY_ID, "SuspendManager" }, + { ABNORMAL_EFFICIENCY_MGR_SYSTEM_ABILITY_ID, "AbnormalEfficiencyManager" }, { LOCATION_GEO_CONVERT_SA_ID, "LocationGeoConvert" }, { LOCATION_LOCATOR_SA_ID, "LocationLocator" }, { LOCATION_GNSS_SA_ID, "LocationGnss" },