From 409cdf131a7b0408452a3f40df556ed5ee5e05c8 Mon Sep 17 00:00:00 2001 From: "zhong.sui" Date: Tue, 6 Sep 2022 11:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0SAName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhong.sui Change-Id: Idff84f7976bbb1e3bfe5af468bc58b56b50be967 --- .../samgr_proxy/include/system_ability_definition.h | 11 ++++++++++- 1 file changed, 10 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 41753274..3bbc2c09 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -87,7 +87,7 @@ enum { COMM_VPN_MANAGER_SYS_ABILITY_ID = 1155, COMM_DNS_MANAGER_SYS_ABILITY_ID = 1156, COMM_ETHERNET_MANAGER_SYS_ABILITY_ID = 1157, - COMM_NETSYS_NATIVE_SYS_ABILITY_ID = 1158, + COMM_NETSYS_NATIVE_SYS_ABILITY_ID = 1158, SMART_COMM_SYS_ABILITY_ID = 1180, SUBSYS_DFX_SYS_ABILITY_ID_BEGIN = 1200, DFX_SYS_HIVIEW_ABILITY_ID = 1201, @@ -361,6 +361,15 @@ static const std::map saNameMap_ = { { DFX_FAULT_LOGGER_ABILITY_ID, "HiviewFaultLogger" }, { DFX_SYS_EVENT_SERVICE_ABILITY_ID, "HiviewSysEventService" }, { DFX_HI_DUMPER_SERVICE_ABILITY_ID, "HiDumperService" }, + { NET_MANAGER_SYS_ABILITY_ID, "NetManager" }, + { COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, "NetConnManager" }, + { COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, "NetPolicyManager" }, + { COMM_NET_STATS_MANAGER_SYS_ABILITY_ID, "NetStatsManager" }, + { COMM_NET_TETHERING_MANAGER_SYS_ABILITY_ID, "NetTetheringManager" }, + { COMM_VPN_MANAGER_SYS_ABILITY_ID, "VPNManager" }, + { COMM_DNS_MANAGER_SYS_ABILITY_ID, "DNSManager"}, + { COMM_ETHERNET_MANAGER_SYS_ABILITY_ID, "EthernetManager" }, + { COMM_NETSYS_NATIVE_SYS_ABILITY_ID, "NetsysNative" }, }; } // namespace OHOS -- Gitee