Home
last modified time | relevance | path

Searched refs:GetParentSessionAndVerify (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp1185 * @tc.name: GetParentSessionAndVerify
1186 * @tc.desc: GetParentSessionAndVerify Test
1189 HWTEST_F(WindowSceneSessionImplTest4, GetParentSessionAndVerify, Function | SmallTest | Level2) in HWTEST_F()
1193 option->SetWindowName("GetParentSessionAndVerify"); in HWTEST_F()
1205 auto res = window->GetParentSessionAndVerify(false, parentSession); in HWTEST_F()
1207 res = window->GetParentSessionAndVerify(true, parentSession); in HWTEST_F()
1228 res = subWindow->GetParentSessionAndVerify(false, parentSession); in HWTEST_F()
1232 res = subWindow->GetParentSessionAndVerify(false, parentSession); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h268 WMError GetParentSessionAndVerify(bool isToast, sptr<WindowSessionImpl>& parentSession);
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp288 WMError WindowSceneSessionImpl::GetParentSessionAndVerify(bool isToast, sptr<WindowSessionImpl>& parentSession) in GetParentSessionAndVerify() function in OHOS::Rosen::WindowSceneSessionImpl
344 auto ret = GetParentSessionAndVerify(isToastFlag, parentSession); in CreateAndConnectSpecificSession()

Completed in 12 milliseconds