Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp299 auto& targetSession = iter->second; in AddDialogSessionMapItem() local
301 SubWindowModalType targetModalType = targetSession->GetSubWindowModalType(); in AddDialogSessionMapItem()
303 if (targetSession->GetSessionProperty() && in AddDialogSessionMapItem()
304 targetSession->GetSessionProperty()->IsTopmost() && in AddDialogSessionMapItem()
308 if (targetSession->GetZOrder() > session->GetZOrder()) { in AddDialogSessionMapItem()
H A Dscene_session_manager.cpp9451 sptr<SceneSession> targetSession = nullptr; in ShiftAppWindowFocus() local
9452 ret = GetAppMainSceneSession(targetSession, targetPersistentId); in ShiftAppWindowFocus()
9456 if (sourceSession->GetSessionInfo().bundleName_ != targetSession->GetSessionInfo().bundleName_) { in ShiftAppWindowFocus()
9458 sourceSession->GetSessionInfo().bundleName_.c_str(), targetSession->GetSessionInfo().bundleName_.c_str()); in ShiftAppWindowFocus()
9461 if (!SessionPermission::IsSameBundleNameAsCalling(targetSession->GetSessionInfo().bundleName_)) { in ShiftAppWindowFocus()
9465 if (callingPid != targetSession->GetCallingPid()) { in ShiftAppWindowFocus()
9469 targetSession->NotifyClick(); in ShiftAppWindowFocus()

Completed in 19 milliseconds