Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5200 bool isBlockingType = focusedSession->IsAppSession() || in RequestFocusSpecificCheck() local
5203 if (isBlockingType && focusedSession->GetWindowType() == WindowType::WINDOW_TYPE_KEYGUARD && in RequestFocusSpecificCheck()
5301 bool isBlockingType = (includingAppSession && session->IsAppSession()) || in GetTopNearestBlockingFocusSession() local
5304 if (IsSessionVisibleForeground(session) && isBlockingType) { in GetTopNearestBlockingFocusSession()