Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h189 bool VerifySubWindowLevel(uint32_t parentId);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp903 HWTEST_F(WindowSceneSessionImplTest4, VerifySubWindowLevel, Function | SmallTest | Level2)
917 ASSERT_EQ(false, window->VerifySubWindowLevel(window->GetParentId()));
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp160 VerifySubWindowLevel(window->GetParentId()))) { in FindParentSessionByParentId()
203 bool WindowSceneSessionImpl::VerifySubWindowLevel(uint32_t parentId) in VerifySubWindowLevel() function in OHOS::Rosen::WindowSceneSessionImpl