mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
!8 [Lightweight PR]: update session name
Merge pull request !8 from liangshenglin1/N/A
This commit is contained in:
commit
a496461a98
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user