From aef86a7fbda65109d703108f866e520b7fb9f801 Mon Sep 17 00:00:00 2001 From: zhanghaifeng Date: Tue, 14 Feb 2023 19:21:55 +0800 Subject: [PATCH] Description: fix comments Signed-off-by: zhanghaifeng --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 8b0ef9cb..3c9ba12f 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -89,6 +89,7 @@ enum { COMM_DNS_MANAGER_SYS_ABILITY_ID = 1156, COMM_ETHERNET_MANAGER_SYS_ABILITY_ID = 1157, COMM_NETSYS_NATIVE_SYS_ABILITY_ID = 1158, + COMM_BPF_MANAGER_SYS_ABILITY_ID = 1159, SMART_COMM_SYS_ABILITY_ID = 1180, SUBSYS_DFX_SYS_ABILITY_ID_BEGIN = 1200, DFX_SYS_HIVIEW_ABILITY_ID = 1201, @@ -423,6 +424,7 @@ static const std::map saNameMap_ = { { COMM_DNS_MANAGER_SYS_ABILITY_ID, "DNSManager"}, { COMM_ETHERNET_MANAGER_SYS_ABILITY_ID, "EthernetManager" }, { COMM_NETSYS_NATIVE_SYS_ABILITY_ID, "NetsysNative" }, + { COMM_BPF_MANAGER_SYS_ABILITY_ID, "BpfLoader" }, { ENTERPRISE_DEVICE_MANAGER_SA_ID, "EnterpriseDeviceManagerService" }, { PARAM_WATCHER_DISTRIBUTED_SERVICE_ID, "ParamWatcher" }, { SYSPARAM_DEVICE_SERVICE_ID, "SysParamDevice" }, -- Gitee