Home
last modified time | relevance | path

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

/base/web/webview/ohos_nweb/src/
Dnweb_input_event_consumer.cpp23 void NWebInputEventConsumer::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::NWeb::NWebInputEventConsumer
29 void NWebInputEventConsumer::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::NWeb::NWebInputEventConsumer
/base/web/webview/test/ohos_nweb/
Dnweb_input_event_consumer_test.cpp23 void NWebInputEventConsumerTest::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::NWeb::NWebInputEventConsumerTest
29 void NWebInputEventConsumerTest::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::NWeb::NWebInputEventConsumerTest
Dnweb_input_event_consumer_test.h30 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override {} in OnInputEvent() function
/base/web/webview/ohos_nweb/include/
Dnweb_input_event_consumer.h29 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override {} in OnInputEvent() function
/base/accessibility/services/aams/include/
Daccessibility_input_interceptor.h40 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override {}; in OnInputEvent() function
/base/accessibility/services/aams/src/
Daccessibility_input_interceptor.cpp313 void AccessibilityInputEventConsumer::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::Accessibility::AccessibilityInputEventConsumer
333 void AccessibilityInputEventConsumer::OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent)… in OnInputEvent() function in OHOS::Accessibility::AccessibilityInputEventConsumer
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp139 void InputCallback::OnInputEvent(std::shared_ptr<KeyEvent> keyEvent) const in OnInputEvent() function in OHOS::PowerMgr::InputCallback
149 void InputCallback::OnInputEvent(std::shared_ptr<PointerEvent> pointerEvent) const in OnInputEvent() function in OHOS::PowerMgr::InputCallback
160 void InputCallback::OnInputEvent(std::shared_ptr<AxisEvent> axisEvent) const in OnInputEvent() function in OHOS::PowerMgr::InputCallback