From 33afba3d9563f49c930cedf312bded3bb76ad021 Mon Sep 17 00:00:00 2001 From: zhanghongran Date: Sat, 6 May 2023 15:43:06 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=B0=E5=A2=9Eav=5Fcodec=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E7=9A=84service=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhanghongran --- .../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 dd57ae45..f2a08381 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -179,6 +179,7 @@ enum { CAMERA_SERVICE_ID = 3008, AUDIO_POLICY_SERVICE_ID = 3009, AVSESSION_SERVICE_ID = 3010, + AVCODEC_SERVICE_ID = 3011, SUBSYS_MULTIMODAINPUT_SYS_ABILITY_ID_BEGIN = 3100, MULTIMODAL_INPUT_SERVICE_ID = 3101, MULTIMODAL_CHANNEL_SERVICE_ID = 3102, -- Gitee From 431a53a244591a5e88d4018f7b003132b1b535e9 Mon Sep 17 00:00:00 2001 From: zhanghongran Date: Mon, 8 May 2023 09:54:27 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9avcodec=20serice=20map?= =?UTF-8?q?=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhanghongran --- .../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 f2a08381..3a835907 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -447,6 +447,7 @@ static const std::map saNameMap_ = { { SYSPARAM_DEVICE_SERVICE_ID, "SysParamDevice" }, { TIME_SERVICE_ID, "TimeService" }, { PLAYER_DISTRIBUTED_SERVICE_ID, "PlayerDistributedService"}, + { AVCODEC_SERVICE_ID, "AVCodecService"}, { CAMERA_SERVICE_ID, "CameraService"}, { AUDIO_POLICY_SERVICE_ID, "AudioPolicyService"}, { DLP_CREDENTIAL_SERVICE_ID, "DlpCreService"}, -- Gitee From 148346e94713d9112bb15eb4bdb8989a331758e1 Mon Sep 17 00:00:00 2001 From: zhanghongran Date: Mon, 8 May 2023 15:29:41 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9avcodec=20service?= =?UTF-8?q?=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhanghongran --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 3a835907..4941b340 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -179,7 +179,7 @@ enum { CAMERA_SERVICE_ID = 3008, AUDIO_POLICY_SERVICE_ID = 3009, AVSESSION_SERVICE_ID = 3010, - AVCODEC_SERVICE_ID = 3011, + AV_CODEC_SERVICE_ID = 3011, SUBSYS_MULTIMODAINPUT_SYS_ABILITY_ID_BEGIN = 3100, MULTIMODAL_INPUT_SERVICE_ID = 3101, MULTIMODAL_CHANNEL_SERVICE_ID = 3102, @@ -447,7 +447,7 @@ static const std::map saNameMap_ = { { SYSPARAM_DEVICE_SERVICE_ID, "SysParamDevice" }, { TIME_SERVICE_ID, "TimeService" }, { PLAYER_DISTRIBUTED_SERVICE_ID, "PlayerDistributedService"}, - { AVCODEC_SERVICE_ID, "AVCodecService"}, + { AV_CODEC_SERVICE_ID, "AVCodecService"}, { CAMERA_SERVICE_ID, "CameraService"}, { AUDIO_POLICY_SERVICE_ID, "AudioPolicyService"}, { DLP_CREDENTIAL_SERVICE_ID, "DlpCreService"}, -- Gitee