Home
last modified time | relevance | path

Searched refs:SetLastProcessedEventId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Danr_handler.h34 void SetLastProcessedEventId(int32_t eventType, int32_t eventId, int64_t actionTime);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Danr_handler.cpp47 void ANRHandler::SetLastProcessedEventId(int32_t eventType, int32_t eventId, int64_t actionTime) in SetLastProcessedEventId() function in OHOS::MMI::ANRHandler
H A Dclient_msg_handler.cpp380 ANRHDL->SetLastProcessedEventId(ANR_DISPATCH, eventId, actionTime); in OnDispatchEventProcessed()
H A Dinput_handler_manager.cpp641 ANRHDL->SetLastProcessedEventId(ANR_MONITOR, eventId, actionTime); in OnDispatchEventProcessed()
H A Dinput_manager_impl.cpp2229 ANRHDL->SetLastProcessedEventId(EVENT_TYPE, eventId, actionTime); in MarkProcessed()