From 5878efa9400d45e1d3900204160d5f60ddf78eac Mon Sep 17 00:00:00 2001 From: li-tiangang4 Date: Wed, 3 Jan 2024 12:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-tiangang4 --- .../sink/transport/src/distributed_input_sink_transport.cpp | 2 +- services/state/include/touchpad_event_fragment_mgr.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/sink/transport/src/distributed_input_sink_transport.cpp b/services/sink/transport/src/distributed_input_sink_transport.cpp index 3836286..10e27f9 100644 --- a/services/sink/transport/src/distributed_input_sink_transport.cpp +++ b/services/sink/transport/src/distributed_input_sink_transport.cpp @@ -38,7 +38,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { namespace { - // each time, we send msg batch with MAX 20 events. + // each time, we send msg batch with MAX 20 events. constexpr int32_t MSG_BTACH_MAX_SIZE = 20; } DistributedInputSinkTransport::DistributedInputSinkTransport() : mySessionName_("") diff --git a/services/state/include/touchpad_event_fragment_mgr.h b/services/state/include/touchpad_event_fragment_mgr.h index a406421..463c7cc 100644 --- a/services/state/include/touchpad_event_fragment_mgr.h +++ b/services/state/include/touchpad_event_fragment_mgr.h @@ -34,10 +34,10 @@ public: /** * @brief Push the touchpad event - * + * * @param dhId the device dhId where event from * @param event the event - * @return std::pair> + * @return std::pair> * true for NOT whole touchpad event that need simulate back to the other device. * false for DO Nothing. */ -- Gitee