!137 fix:修改告警

Merge pull request !137 from 李天刚/master
This commit is contained in:
openharmony_ci
2024-01-03 06:54:06 +00:00
committed by Gitee
2 changed files with 3 additions and 3 deletions
@@ -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_("")
@@ -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<bool, std::vector<RawEvent>>
* @return std::pair<bool, std::vector<RawEvent>>
* true for NOT whole touchpad event that need simulate back to the other device.
* false for DO Nothing.
*/