From e823ae83e514745fbb4fab22fa9293c583d704f4 Mon Sep 17 00:00:00 2001 From: liqiao49 Date: Fri, 28 Jul 2023 00:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liqiao49 --- .../inputinject/src/distributed_input_node_manager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/source/inputinject/src/distributed_input_node_manager.cpp b/services/source/inputinject/src/distributed_input_node_manager.cpp index 47fcdac..041d4de 100644 --- a/services/source/inputinject/src/distributed_input_node_manager.cpp +++ b/services/source/inputinject/src/distributed_input_node_manager.cpp @@ -169,7 +169,7 @@ DistributedInputNodeManager::DInputNodeManagerEventHandler::~DInputNodeManagerEv } void DistributedInputNodeManager::DInputNodeManagerEventHandler::ScanAllNode( - const AppExecFwk::InnerEvent::Pointer &event) + const AppExecFwk::InnerEvent::Pointer &event) { DHLOGI("ScanAllNode enter."); std::shared_ptr dataMsg = event->GetSharedObject(); @@ -237,7 +237,7 @@ void DistributedInputNodeManager::SetPathForDevMap(std::string& dhId, const std: while (iter != virtualDeviceMap_.end()) { DHLOGD("Virtual device map dhid %s.", iter->first.c_str()); if (dhId.compare(iter->first) == 0) { - DHLOGI("Found the virtual device, set path :%s", devicePath.c_str()); + DHLOGD("Found the virtual device, set path :%s", devicePath.c_str()); iter->second->SetPath(devicePath); break; } @@ -263,7 +263,7 @@ void DistributedInputNodeManager::OpenInputDevice(const std::string& devicePath, DHLOGE("This is not same dev, curDhId %s.", devicePath.c_str()); return; } - DHLOGI("curDhId %s.", GetAnonyString(curDhId).c_str()); + DHLOGD("curDhId %s.", GetAnonyString(curDhId).c_str()); SetPathForDevMap(curDhId, devicePath); }