From 5f9c942f4680d42af58180a9e03bbd095286025c Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Fri, 12 Mar 2021 17:31:49 +0800 Subject: [PATCH] link #I3B60A Change-Id: I51bfd129e0443ef7b26b0baf67a71dbb68111965 --- services/ims/input_event_hub.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/ims/input_event_hub.cpp b/services/ims/input_event_hub.cpp index 9e973dd..e3daed5 100755 --- a/services/ims/input_event_hub.cpp +++ b/services/ims/input_event_hub.cpp @@ -17,9 +17,11 @@ #include "graphic_log.h" namespace OHOS { +namespace { const uint32_t TOUCH_DEV_ID = 1; const uint32_t MOUSE_DEV_ID = 2; const uint32_t UNKNOW_DEV_ID = 32; +} IInputInterface* InputEventHub::inputInterface_ = nullptr; InputReportEventCb InputEventHub::callback_ = { 0 }; InputEventHub::ReadCallback InputEventHub::readCallback_ = nullptr; -- Gitee