Home
last modified time | relevance | path

Searched defs:OnInputEvent (Results 1 – 11 of 11) sorted by relevance

/base/inputmethod/imf/services/adapter/keyboard/src/
Dinput_event_callback.cpp32 void InputEventCallback::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::MiscServices::InputEventCallback
68 void InputEventCallback::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::MiscServices::InputEventCallback
72 void InputEventCallback::OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const in OnInputEvent() function in OHOS::MiscServices::InputEventCallback
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
Dmmi_adapter_impl.cpp54 void MMIInputListenerAdapterImpl::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::NWeb::MMIInputListenerAdapterImpl
67 void MMIInputListenerAdapterImpl::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) con… in OnInputEvent() function in OHOS::NWeb::MMIInputListenerAdapterImpl
71 void MMIInputListenerAdapterImpl::OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const in OnInputEvent() function in OHOS::NWeb::MMIInputListenerAdapterImpl
/base/msdp/device_status/tools/vdev/src/
Dvirtual_mouse.cpp49 void OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::PointerPositionMonitor
51 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::PointerPositionMonitor
73 void PointerPositionMonitor::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::PointerPositionMonitor
Dvirtual_mouse_builder.cpp59 void OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::MouseEventMonitor
61 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::MouseEventMonitor
64 void MouseEventMonitor::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::MouseEventMonitor
Dvirtual_touchscreen_builder.cpp58 void OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::PointerEventMonitor
60 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::PointerEventMonitor
63 void PointerEventMonitor::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::PointerEventMonitor
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_manager.cpp275 void DragManager::InterceptorConsumer::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::DragManager::InterceptorConsumer
280 void DragManager::InterceptorConsumer::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent… in OnInputEvent() function in OHOS::Msdp::DeviceStatus::DragManager::InterceptorConsumer
301 void DragManager::InterceptorConsumer::OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::DragManager::InterceptorConsumer
308 void DragManager::MonitorConsumer::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::DragManager::MonitorConsumer
313 void DragManager::MonitorConsumer::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) co… in OnInputEvent() function in OHOS::Msdp::DeviceStatus::DragManager::MonitorConsumer
324 void DragManager::MonitorConsumer::OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::DragManager::MonitorConsumer
/base/msdp/device_status/rust/subsystem/input/binding/src/
Dinput_binding.cpp34 void DragMonitorConsumer::OnInputEvent(std::shared_ptr<OHOS::MMI::AxisEvent> axisEvent) const in OnInputEvent() function in DragMonitorConsumer
38 void DragMonitorConsumer::OnInputEvent(std::shared_ptr<OHOS::MMI::KeyEvent> keyEvent) const in OnInputEvent() function in DragMonitorConsumer
42 void DragMonitorConsumer::OnInputEvent(std::shared_ptr<OHOS::MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in DragMonitorConsumer
/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_controller.cpp220 void InputCallback::OnInputEvent(std::shared_ptr<KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::PowerMgr::InputCallback
259 void InputCallback::OnInputEvent(std::shared_ptr<PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::PowerMgr::InputCallback
311 void InputCallback::OnInputEvent(std::shared_ptr<AxisEvent> axisEvent) const in OnInputEvent() function in OHOS::PowerMgr::InputCallback
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_sm.cpp992 void CoordinationSM::InterceptorConsumer::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) con… in OnInputEvent() function in OHOS::Msdp::DeviceStatus::CoordinationSM::InterceptorConsumer
997 void CoordinationSM::InterceptorConsumer::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEv… in OnInputEvent() function in OHOS::Msdp::DeviceStatus::CoordinationSM::InterceptorConsumer
1002 void CoordinationSM::InterceptorConsumer::OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) c… in OnInputEvent() function in OHOS::Msdp::DeviceStatus::CoordinationSM::InterceptorConsumer
1004 void CoordinationSM::MonitorConsumer::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const {} in OnInputEvent() function in OHOS::Msdp::DeviceStatus::CoordinationSM::MonitorConsumer
1006 void CoordinationSM::MonitorConsumer::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent)… in OnInputEvent() function in OHOS::Msdp::DeviceStatus::CoordinationSM::MonitorConsumer
1019 void CoordinationSM::MonitorConsumer::OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const… in OnInputEvent() function in OHOS::Msdp::DeviceStatus::CoordinationSM::MonitorConsumer
1140 bool PointerFilter::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::PointerFilter
/base/msdp/device_status/services/interaction/coordination/include/
Dcoordination_sm.h65 bool OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const override in OnInputEvent() function
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/
Dinteraction_manager_test.cpp325 void OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::InputEventCallbackTest
327 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override {}; in OnInputEvent() function in OHOS::Msdp::DeviceStatus::InputEventCallbackTest
332 void InputEventCallbackTest::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::Msdp::DeviceStatus::InputEventCallbackTest