mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-22 14:25:27 -04:00
Description:fix codex
Match-id-b3fc75f33a03b426e2f4cd129ddf9adc722bd5b8
This commit is contained in:
@@ -170,7 +170,7 @@ void DistributedInputHandler::StartInputMonitorDeviceThread(const std::string de
|
||||
size_t count = inputHub_->CollectInputHandler(mEventBuffer, INPUT_DEVICR_BUFFER_SIZE);
|
||||
if (count > 0) {
|
||||
DHLOGI("Count: %zu", count);
|
||||
for (int iCnt = 0; iCnt < count; iCnt++) {
|
||||
for (size_t iCnt = 0; iCnt < count; iCnt++) {
|
||||
NotifyHardWare(iCnt);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user