Searched refs:ABOVE_APP_SYSTEM_WINDOW_BASE (Results 1 - 11 of 11) sorted by relevance
/foundation/window/window_manager/window_scene/common/include/ |
H A D | session_helper.h | 89 return (type >= WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && type < WindowType::ABOVE_APP_SYSTEM_WINDOW_END); in IsAboveSystemWindow()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_lifecycle_test.cpp | 176 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 247 property3->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 336 property2->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 434 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 454 property2->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 606 property->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()
|
H A D | anomaly_detection_test.cpp | 179 sceneSession->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in SubWindowTest()
|
H A D | scene_session_test5.cpp | 115 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 1154 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 1208 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F() 1239 info.windowType_ = static_cast<uint32_t>(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 49 ABOVE_APP_SYSTEM_WINDOW_BASE = 2100, member in OHOS::Rosen::WindowType 50 WINDOW_TYPE_APP_LAUNCHING = ABOVE_APP_SYSTEM_WINDOW_BASE,
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_container_test.cpp | 290 sptr<WindowProperty> property3 = CreateWindowProperty(112u, "test3", WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE, in HWTEST_F() 300 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE)); in HWTEST_F() 306 ASSERT_EQ(1, container->GetWindowCountByType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE)); in HWTEST_F() 318 sptr<WindowProperty> property = CreateWindowProperty(111u, "test1", WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE, in HWTEST_F() 382 sptr<WindowProperty> property = CreateWindowProperty(111u, "test1", WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE, in HWTEST_F()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 51 ABOVE_APP_SYSTEM_WINDOW_BASE = 2100, member in OHOS::Rosen::WindowType 52 WINDOW_TYPE_APP_LAUNCHING = ABOVE_APP_SYSTEM_WINDOW_BASE,
|
/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 89 return (type >= WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && type < WindowType::ABOVE_APP_SYSTEM_WINDOW_END); in IsAboveSystemWindow()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2940 return uiWindow_->GetType() >= Rosen::WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && in IsSystemWindow() 2977 return uiWindow_->GetParentWindowType() >= Rosen::WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE && in IsHostSystemWindow()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test4.cpp | 104 windowSceneSessionImpl->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()
|
H A D | window_scene_session_impl_test.cpp | 1531 window->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()
|
Completed in 34 milliseconds