From 8e694a12f7d2771b62a458d1e22be4ae0106dfb4 Mon Sep 17 00:00:00 2001 From: zhi-min-huang Date: Sat, 2 Jul 2022 20:50:18 +0800 Subject: [PATCH 1/3] add mapping Signed-off-by: zhi-min-huang Change-Id: Ia21c0ec804fe8b8503a2be28a9d1c9b052f36dbd --- .../samgr_proxy/include/system_ability_definition.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index a0dd09e7..343e2cb5 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -327,7 +327,14 @@ static const std::map saNameMap_ = { { MEMORY_MANAGER_SA_ID, "MemoryManagerService" }, { AVSESSION_SERVICE_ID, "AVSessionService" }, { LIVE_UPDATER_DISTRIBUTED_SERVICE_ID, "LiveUpdaterService" }, - { ARKUI_UI_APPEARANCE_SERVICE_ID, "UiAppearanceService"}, + { ARKUI_UI_APPEARANCE_SERVICE_ID, "UiAppearanceService" }, + { SUBSYS_USERIAM_SYS_ABILITY_ID_BEGIN, "SystemAbilityBegin" }, + { SUBSYS_USERIAM_SYS_ABILITY_USERIDM, "SystemAbilityUserIdm" }, + { SUBSYS_USERIAM_SYS_ABILITY_USERAUTH, "SystemAbilityUserAuth" }, + { SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, "SystemAbilityAuthExecutormer" }, + { SUBSYS_USERIAM_SYS_ABILITY_PINAUTH, "SystemAbilityPinAuth" }, + { SUBSYS_USERIAM_SYS_ABILITY_FACEAUTH, "SystemAbilityFaceAuth" }, + { SUBSYS_USERIAM_SYS_ABILITY_FINGERPRINTAUTH, "SystemAbilityFingerprintAuth" }, }; } // namespace OHOS -- Gitee From c99bf3bdab24a0607ef6e5b93c86277a8c80588c Mon Sep 17 00:00:00 2001 From: zhi-min-huang Date: Sat, 2 Jul 2022 21:10:30 +0800 Subject: [PATCH 2/3] add map Signed-off-by: zhi-min-huang Change-Id: If812907e194d7c6003acad3dce24b8d61fa6550e --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 343e2cb5..ce1f7a66 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -337,5 +337,4 @@ static const std::map saNameMap_ = { { SUBSYS_USERIAM_SYS_ABILITY_FINGERPRINTAUTH, "SystemAbilityFingerprintAuth" }, }; } // namespace OHOS - #endif -- Gitee From 6bc6427e28595af0f7fa07537641b9dc03c9ab97 Mon Sep 17 00:00:00 2001 From: zhi-min-huang Date: Sat, 2 Jul 2022 21:14:50 +0800 Subject: [PATCH 3/3] add map Signed-off-by: zhi-min-huang Change-Id: I563da2c94533dd45a0466601c107c790ac2b38e5 --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index ce1f7a66..343e2cb5 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -337,4 +337,5 @@ static const std::map saNameMap_ = { { SUBSYS_USERIAM_SYS_ABILITY_FINGERPRINTAUTH, "SystemAbilityFingerprintAuth" }, }; } // namespace OHOS + #endif -- Gitee