Searched refs:InputMgrImpl (Results 1 - 6 of 6) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 38 return InputMgrImpl.GetDisplayBindInfo(infos); in GetDisplayBindInfo() 43 return InputMgrImpl.GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents() 48 return InputMgrImpl.SetDisplayBind(deviceId, displayId, msg); in SetDisplayBind() 53 return InputMgrImpl.GetWindowPid(windowId); in GetWindowPid() 58 return InputMgrImpl.UpdateDisplayInfo(displayGroupInfo); in UpdateDisplayInfo() 63 return InputMgrImpl.UpdateWindowInfo(windowGroupInfo); in UpdateWindowInfo() 69 return InputMgrImpl.AddInputEventFilter(filter, priority, deviceTags); in AddInputEventFilter() 74 return InputMgrImpl.RemoveInputEventFilter(filterId); in RemoveInputEventFilter() 79 return InputMgrImpl.AddInputEventObserver(observer); in AddInputEventObserver() 84 return InputMgrImpl in RemoveInputEventObserver() [all...] |
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/ |
H A D | input_manager_impl_test.cpp | 57 EXPECT_FALSE(InputMgrImpl.IsValiadWindowAreas(windows)); in HWTEST_F() 60 EXPECT_FALSE(InputMgrImpl.IsValiadWindowAreas(windows)); in HWTEST_F() 97 EXPECT_NO_FATAL_FAILURE(InputMgrImpl.PrintWindowInfo(windows)); in HWTEST_F() 109 InputMgrImpl.lastPointerEvent_ = PointerEvent::Create(); in HWTEST_F() 110 ASSERT_NE(InputMgrImpl.lastPointerEvent_, nullptr); in HWTEST_F() 113 InputMgrImpl.lastPointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in HWTEST_F() 114 EXPECT_FALSE(InputMgrImpl.RecoverPointerEvent(pointerActionPullEvents, PointerEvent::POINTER_ACTION_UP)); in HWTEST_F() 118 InputMgrImpl.lastPointerEvent_->SetPointerId(1); in HWTEST_F() 119 InputMgrImpl.lastPointerEvent_->AddPointerItem(item); in HWTEST_F() 120 EXPECT_TRUE(InputMgrImpl in HWTEST_F() [all...] |
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_interceptor.cpp | 38 keyInterceptorId_ = InputMgrImpl.AddInterceptor(shared_from_this(), DEFUALT_INTERCEPTOR_PRIORITY, in Start() 46 pointerInterceptorId_ = InputMgrImpl.AddInterceptor(shared_from_this(), in Start() 62 int32_t ret = InputMgrImpl.RemoveInterceptor(keyInterceptorId_); in Stop() 68 int32_t ret = InputMgrImpl.RemoveInterceptor(pointerInterceptorId_); in Stop()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | client_msg_handler.cpp | 151 InputMgrImpl.OnKeyEvent(key); in OnKeyEvent() 165 InputMgrImpl.NotifyBundleName(pid, uid, bundleName, syncStatus); in NotifyBundleName() 209 InputMgrImpl.OnPointerEvent(pointerEvent); in OnPointerEvent() 400 InputMgrImpl.OnAnr(pid, eventId); in OnAnr() 416 InputMgrImpl.OnWindowStateError(pid, windowId); in NotifyWindowStateError()
|
H A D | multimodal_event_handler.cpp | 38 InputMgrImpl.OnConnected(); in OnConnected() 56 InputMgrImpl.OnDisconnected(); in OnDisconnected()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 293 #define InputMgrImpl ::OHOS::Singleton<InputManagerImpl>::GetInstance() macro
|
Completed in 4 milliseconds