!8 [Lightweight PR]: update session name

Merge pull request !8 from liangshenglin1/N/A
This commit is contained in:
openharmony_ci 2021-07-23 04:25:59 +00:00 committed by Gitee
commit a496461a98
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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");