Home
last modified time | relevance | path

Searched refs:InitializeInputEvent (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp42 if (ERR_OK != InitializeInputEvent(pointerEvent, frameTime)) { in OnEventConsume()
102 ErrCode EventResample::InitializeInputEvent(std::shared_ptr<PointerEvent> pointerEvent, int64_t frameTime) in InitializeInputEvent() function in OHOS::MMI::EventResample
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h247 ErrCode InitializeInputEvent(std::shared_ptr<PointerEvent> pointerEvent, int64_t frameTime);
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp596 * @tc.desc: Test InitializeInputEvent
606 ASSERT_EQ(EventResampleHdr->InitializeInputEvent(pointerEvent, frameTime), ERR_OK); in HWTEST_F()

Completed in 3 milliseconds