Searched refs:tempEvent (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 602 auto tempEvent = std::make_shared<PointerEvent>(*pointerEvent); in OnInputEvent() local 604 tempEvent->SetProcessedCallback(monitorCallbackConsume_); in OnInputEvent() 606 tempEvent->SetProcessedCallback(monitorCallback_); in OnInputEvent() 608 if (tempEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_BEGIN || in OnInputEvent() 609 tempEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_END) { in OnInputEvent() 611 tempEvent->GetPointerAction(), in OnInputEvent() 612 tempEvent->GetFingerCount()); in OnInputEvent() 616 consumer->OnInputEvent(tempEvent); in OnInputEvent()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 1474 EventNotify tempEvent; in NotifyCollaborateEventWithSessions() local 1475 GetCurSrcCollaborateEvent(session.GetCallerInfo(), element, state, ret, tempEvent); in NotifyCollaborateEventWithSessions() 1476 NotifyDSchedEventCallbackResult(ret, tempEvent); in NotifyCollaborateEventWithSessions() 1695 EventNotify tempEvent; in ProcessCallerDied() local 1706 GetCurDestCollaborateEvent(callerInfo, element, DMS_DSCHED_EVENT_STOP, ERR_OK, tempEvent); in ProcessCallerDied() 1707 NotifyDSchedEventCallbackResult(ERR_OK, tempEvent); in ProcessCallerDied() 1718 GetCurDestCollaborateEvent(callerInfo, element, DMS_DSCHED_EVENT_FINISH, result, tempEvent); in ProcessCallerDied() 1719 NotifyDSchedEventCallbackResult(result, tempEvent); in ProcessCallerDied() 1761 EventNotify tempEvent; in ProcessCalleeDied() local 1777 GetCurDestCollaborateEvent(callerInfo, element, DMS_DSCHED_EVENT_STOP, ERR_OK, tempEvent); in ProcessCalleeDied() 1863 EventNotify tempEvent; SaveCallerComponent() local 1916 EventNotify tempEvent; ProcessCalleeOffline() local 1998 EventNotify tempEvent; StartRemoteAbilityByCall() local 2053 EventNotify tempEvent; StartAbilityByCallFromRemote() local 2108 EventNotify tempEvent; ReleaseAbilityFromRemote() local 3080 EventNotify tempEvent; GetCollaborateEventsByCallers() local 3101 EventNotify tempEvent; GetCollaborateEventsByCallees() local [all...] |
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_test.cpp | 427 auto tempEvent = bundleActiveEvent->UnMarshalling(data); in HWTEST_F() local 428 EXPECT_TRUE(tempEvent != nullptr); in HWTEST_F()
|
Completed in 7 milliseconds