Home
last modified time | relevance | path

Searched refs:lastSession (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_event_process.cpp38 auto lastSession = lastWeakSession_.promote(); in ProcessEnterLeaveEvent() local
39 if (lastSession == nullptr) { in ProcessEnterLeaveEvent()
52 DispatchPointerEvent(lastSession, lastPointEvent_); in ProcessEnterLeaveEvent()
100 auto lastSession = lastDragSession_.promote(); in ProcessWindowDragEvent() local
101 if (lastSession != nullptr) { in ProcessWindowDragEvent()
102 DispatchPointerEvent(lastSession, lastDragPointEvent_); in ProcessWindowDragEvent()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4777 auto lastSession = GetSceneSession(lastFocusedSessionId_); in RequestSessionUnfocus() local
4779 lastSession && lastSession->GetWindowType() == WindowType::WINDOW_TYPE_DESKTOP && in RequestSessionUnfocus()

Completed in 18 milliseconds