diff --git a/common/include/dscreen_constants.h b/common/include/dscreen_constants.h index 50c0b15d22d6d8d7a18a24a88f73b6bba3dfad1f..d566c6d5c3d520fd4b6cd97d4b7872aecb7a4cd6 100644 --- a/common/include/dscreen_constants.h +++ b/common/include/dscreen_constants.h @@ -56,10 +56,10 @@ enum VideoFormat : uint8_t { }; /* Screen package name */ -const std::string PKG_NAME = "DBinderBus_" + std::to_string(getpid()); +const std::string PKG_NAME = "ohos.dhardware"; /* Screen data session name */ -const std::string DATA_SESSION_NAME = "DBinder.ohos.dhardware.dscreen.data"; +const std::string DATA_SESSION_NAME = "ohos.dhardware.dscreen.data"; /* Screen session name max len */ constexpr uint32_t DSCREEN_MAX_SESSION_NAME_LEN = 50;