Searched refs:WindowSessionCreateCheck (Results 1 – 5 of 5) sorted by relevance
743 HWTEST_F(WindowSessionImplTwoTest, WindowSessionCreateCheck, Function | SmallTest | Level2)769 ASSERT_EQ(window->WindowSessionCreateCheck(), WMError::WM_OK);781 ASSERT_EQ(window->WindowSessionCreateCheck(), WMError::WM_ERROR_REPEAT_OPERATION);
423 WMError res = window1->WindowSessionCreateCheck();443 WMError res1 = window->WindowSessionCreateCheck();
305 WMError WindowSessionCreateCheck();
425 WMError WindowSessionImpl::WindowSessionCreateCheck() in WindowSessionCreateCheck() function in OHOS::Rosen::WindowSessionImpl
588 WMError ret = WindowSessionCreateCheck(); in Create()