From be55e3b655fe747abaaeea960a5d02afdcc9cf27 Mon Sep 17 00:00:00 2001 From: tangfan <1824525929@qq.com> Date: Wed, 16 Mar 2022 10:49:07 +0800 Subject: [PATCH] fix DH_FWK_PACKAGE_NAME Signed-off-by: tangfan <1824525929@qq.com> --- common/utils/include/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utils/include/constants.h b/common/utils/include/constants.h index 8488ee88..a6aefea5 100644 --- a/common/utils/include/constants.h +++ b/common/utils/include/constants.h @@ -37,7 +37,7 @@ namespace DistributedHardware { const std::string DH_ATTRS = "dh_attrs"; const std::string DH_LOG_TITLE_TAG = "DHFWK"; const std::string DH_TASK_NAME_PREFIX = "Task_"; - const std::string DH_FWK_PKG_NAME = "DBinderBus_" + std::to_string(getpid()); + const std::string DH_FWK_PKG_NAME = "ohos.dhardware"; const std::string DH_COMPONENT_VERSIONS = "componentVersions"; const std::string DH_COMPONENT_TYPE = "dhType"; const std::string DH_COMPONENT_SINK_VER = "version"; -- Gitee