From c30919d1b203c69aae468fb8ace8541e0ea764e3 Mon Sep 17 00:00:00 2001 From: hughes27 <290679795@qq.com> Date: Tue, 9 Aug 2022 19:36:34 +0800 Subject: [PATCH] Signed-off-by: hughes27 <290679795@qq.com> --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 5c766bbc..3a68ad28 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -210,7 +210,7 @@ enum { TELEPHONY_DATA_STORAGE_SYS_ABILITY_ID = 4012, TELEPHONY_IMS_SYS_ABILITY_ID = 4014, SUBSYS_UPDATE_SYS_ABILITY_ID_BEGIN = 4100, - LIVE_UPDATER_DISTRIBUTED_SERVICE_ID = 4101, + SYS_INSTALLER_DISTRIBUTED_SERVICE_ID = 4101, SUBSYS_USB_SYS_ABILITY_ID_BEGIN = 4200, USB_SYSTEM_ABILITY_ID = 4201, SUBSYS_WEARABLE_SYS_ABILITY_ID_BEGIN = 4300, @@ -339,7 +339,7 @@ static const std::map saNameMap_ = { { ACCESSIBILITY_MANAGER_SERVICE_ID, "AccessibilityManagerService" }, { MEMORY_MANAGER_SA_ID, "MemoryManagerService" }, { AVSESSION_SERVICE_ID, "AVSessionService" }, - { LIVE_UPDATER_DISTRIBUTED_SERVICE_ID, "LiveUpdaterService" }, + { SYS_INSTALLER_DISTRIBUTED_SERVICE_ID, "SysInstallerService" }, { ARKUI_UI_APPEARANCE_SERVICE_ID, "UiAppearanceService" }, { SUBSYS_USERIAM_SYS_ABILITY_USERIDM, "UserIdmService" }, { SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, "AuthExecutorMgrService" }, -- Gitee