From e8879e120b93e1598a3415c99944105820bba5c0 Mon Sep 17 00:00:00 2001 From: lijuntao Date: Fri, 9 Sep 2022 16:06:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Signed-off-by:=20lijuntao=20=20fix:=E6=B7=BB=E5=8A=A0timeserviceID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 96743487..c1e6451e 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -386,6 +386,7 @@ static const std::map saNameMap_ = { { COMM_ETHERNET_MANAGER_SYS_ABILITY_ID, "EthernetManager" }, { COMM_NETSYS_NATIVE_SYS_ABILITY_ID, "NetsysNative" }, { ENTERPRISE_DEVICE_MANAGER_SA_ID, "EnterpriseDeviceManagerService" }, + { TIME_SERVICE_ID, "TimeService" }, }; } // namespace OHOS -- Gitee From 88fabfd74c63560ba955d6f92f5e30f88c1bc469 Mon Sep 17 00:00:00 2001 From: lijuntao Date: Fri, 9 Sep 2022 16:10:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Signed-off-by:=20lijuntao=20=20fix:=E5=A2=9E=E5=8A=A0=E6=97=B6=E9=97=B4=E6=97=B6?= =?UTF-8?q?=E5=8C=BAId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 +- 1 file changed, 1 insertion(+), 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 c1e6451e..47380136 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -386,7 +386,7 @@ static const std::map saNameMap_ = { { COMM_ETHERNET_MANAGER_SYS_ABILITY_ID, "EthernetManager" }, { COMM_NETSYS_NATIVE_SYS_ABILITY_ID, "NetsysNative" }, { ENTERPRISE_DEVICE_MANAGER_SA_ID, "EnterpriseDeviceManagerService" }, - { TIME_SERVICE_ID, "TimeService" }, + { TIME_SERVICE_ID, "TimeService" }, }; } // namespace OHOS -- Gitee