Home
last modified time | relevance | path

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 Dsession_helper.h89 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 Dscene_session_lifecycle_test.cpp176 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 Danomaly_detection_test.cpp179 sceneSession->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in SubWindowTest()
H A Dscene_session_test5.cpp115 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 Dwm_common.h49 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 Dwindow_node_container_test.cpp290 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 Dwm_common.h51 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 Dwindow_helper.h89 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 Dace_container.cpp2940 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 Dwindow_scene_session_impl_test4.cpp104 windowSceneSessionImpl->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp1531 window->property_->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()

Completed in 34 milliseconds