提交 fd592236 编写于 作者: L liangshenglin1 提交者: Gitee

update session name

上级 e31fc804
......@@ -318,7 +318,7 @@ std::string IPCProcessSkeleton::GetLocalDeviceID()
{
std::lock_guard<std::mutex> lockGuard(databusProcMutex_);
std::string pkgName = "dbinderService";
std::string pkgName = "DBinderBus";
NodeBasicInfo nodeBasicInfo;
if (GetLocalNodeDeviceInfo(pkgName.c_str(), &nodeBasicInfo) != 0) {
DBINDER_LOGE("Get local node device info failed");
......
......@@ -64,7 +64,7 @@ DBinderService::~DBinderService()
std::string DBinderService::GetLocalDeviceID()
{
std::string pkgName = "dbinderService";
std::string pkgName = "DBinderService";
NodeBasicInfo nodeBasicInfo;
if (GetLocalNodeDeviceInfo(pkgName.c_str(), &nodeBasicInfo) != 0) {
DBINDER_LOGE("Get local node device info failed");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册