diff --git a/common/utils/include/constants.h b/common/utils/include/constants.h index 8488ee880c4d07a3a0771d007f24d27de6f2eb0d..a6aefea5389c4b6586c348a51e42e71deb9a1067 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";