mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-21 05:45:23 -04:00
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2023 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@@ -52,8 +52,8 @@ public:
|
||||
private:
|
||||
DistributedInputHandler();
|
||||
~DistributedInputHandler();
|
||||
void StructTransJson(const InputDevice& pBuf, std::string& strDescriptor);
|
||||
int32_t GetDeviceInfo(std::string& deviceId);
|
||||
void StructTransJson(const InputDevice &pBuf, std::string &strDescriptor);
|
||||
int32_t GetDeviceInfo(std::string &deviceId);
|
||||
std::shared_ptr<PluginListener> m_listener;
|
||||
bool InitCollectEventsThread();
|
||||
void NotifyHardWare(int iCnt);
|
||||
|
||||
Reference in New Issue
Block a user