Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_helper_test.cpp222 ASSERT_EQ(true, WindowHelper::IsSystemSubWindow(WindowType::WINDOW_TYPE_SYSTEM_SUB_WINDOW));
223 ASSERT_EQ(false, WindowHelper::IsSystemSubWindow(WindowType::WINDOW_TYPE_APP_SUB_WINDOW));
224 ASSERT_EQ(false, WindowHelper::IsSystemSubWindow(WindowType::WINDOW_TYPE_FLOAT));
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h92 static inline bool IsSystemSubWindow(WindowType type) in IsSystemSubWindow() function
99 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type) || IsSystemSubWindow(type)); in IsSystemWindow()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h97 static inline bool IsSystemSubWindow(WindowType type) in IsSystemSubWindow() function
109 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type) || IsSystemSubWindow(type)); in IsSystemWindow()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp139 if (root == nullptr && !(WindowHelper::IsSystemSubWindow(node->GetWindowType()) && in AddWindowNodeOnWindowTree()
146 if (WindowHelper::IsSystemSubWindow(node->GetWindowType()) || in AddWindowNodeOnWindowTree()
149 WindowHelper::IsSystemSubWindow(parentNode->GetWindowType()) || in AddWindowNodeOnWindowTree()
H A Dwindow_controller.cpp229 } else if (WindowHelper::IsSystemSubWindow(property->GetWindowType())) { in CheckParentWindowValid()
H A Dwindow_root.cpp1469 WindowHelper::IsSystemSubWindow((*iter)->GetWindowType())) { in GetTopWindowId()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1296 if (WindowHelper::IsSystemSubWindow(property_->GetWindowType()) || in WindowCreateCheck()
1314 if (WindowHelper::IsSystemSubWindow(property_->GetWindowType())) { in WindowCreateCheck()
4328 if (WindowHelper::IsSystemSubWindow(windowType) || in IsAllowHaveSystemSubWindow()
H A Dwindow_scene_session_impl.cpp421 } else if (WindowHelper::IsSystemSubWindow(type)) { in CreateSystemWindow()
428 if (WindowHelper::IsSystemSubWindow(parentSession->GetType())) { in CreateSystemWindow()
2624 bool isSystemSubWindow = WindowHelper::IsSystemSubWindow(windowType); in Close()
H A Dwindow_session_impl.cpp2365 if (!WindowHelper::IsSubWindow(GetType()) && !WindowHelper::IsSystemSubWindow(GetType())) { in RegisterSubWindowCloseListeners()
2380 if (!WindowHelper::IsSubWindow(GetType()) && !WindowHelper::IsSystemSubWindow(GetType())) { in UnregisterSubWindowCloseListeners()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3154 if (WindowHelper::IsSystemSubWindow(type)) { in NotifyCreateSpecificSession()