From bc67143a672b41e6fa5097cd52b2bc9236f5fee4 Mon Sep 17 00:00:00 2001 From: yiyajun Date: Thu, 15 Jun 2023 11:20:55 +0800 Subject: [PATCH 1/2] add radio_booster service ID Signed-off-by: yiyajun --- .../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 4cb51903..c097578d 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -95,6 +95,7 @@ enum { COMM_NETSYS_EXT_SYS_ABILITY_ID = 1162, COMM_DISTRIBUTED_NET_ABILITY_ID = 1163, SMART_COMM_SYS_ABILITY_ID = 1180, + RADIO_BOOSTER_SERVICE_ABILITY_ID = 1191, SUBSYS_DFX_SYS_ABILITY_ID_BEGIN = 1200, DFX_SYS_HIVIEW_ABILITY_ID = 1201, DFX_FAULT_LOGGER_ABILITY_ID = 1202, -- Gitee From 955df3f9a0b150f6e87601562d3839384a84ed66 Mon Sep 17 00:00:00 2001 From: yiyajun Date: Thu, 15 Jun 2023 16:54:18 +0800 Subject: [PATCH 2/2] add radio booster Signed-off-by: yiyajun --- .../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 c097578d..6cb11986 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -468,6 +468,7 @@ static const std::map saNameMap_ = { { PUSH_MANAGER_SERVICE_SA_ID, "PushManagerService" }, { ADVERTISING_SA_ID, "Advertising" }, { LOCAL_CODE_SIGN_SERVICE_ID, "LocalCodeSignService" }, + { RADIO_BOOSTER_SERVICE_ABILITY_ID, "RadioBoosterService" }, }; } // namespace OHOS -- Gitee