Home
last modified time | relevance | path

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

/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dengine_callback_inner.cpp40 IntellVoiceEngineCallBackEvent tmpEvent; in OnIntellVoiceEngineEvent()
41 tmpEvent.msgId = msgId; in OnIntellVoiceEngineEvent()
42 tmpEvent.result = result; in OnIntellVoiceEngineEvent()
43 tmpEvent.info = info; in OnIntellVoiceEngineEvent()
44 cb_->OnEvent(tmpEvent); in OnIntellVoiceEngineEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_stub.cpp92 std::shared_ptr<BundleActiveEvent> tmpEvent = BundleActiveEvent::UnMarshalling(data); in HandleReportEvent() local
93 if (!tmpEvent) { in HandleReportEvent()
96 int32_t result = ReportEvent(*tmpEvent, userId); in HandleReportEvent()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp978 auto tmpEvent = std::make_shared<PointerEvent>(*lastPointerEventforWindowChange_); in HandleWindowPositionChange() local
979 tmpEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HandleWindowPositionChange()
980 tmpEvent->SetPointerId(pointerId); in HandleWindowPositionChange()
983 inputEventNormalizeHandler->HandleTouchEvent(tmpEvent); in HandleWindowPositionChange()

Completed in 10 milliseconds