Searched refs:NotifyWindowNeedAvoid (Results 1 – 3 of 3) sorted by relevance
194 WMError NotifyWindowNeedAvoid(bool status = false);
1334 HWTEST_F(WindowSceneSessionImplTest, NotifyWindowNeedAvoid, Function | SmallTest | Level3)1339 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->NotifyWindowNeedAvoid(false));1347 ASSERT_EQ(WMError::WM_OK, window->NotifyWindowNeedAvoid(false));
560 NotifyWindowNeedAvoid( in UpdateWindowState()1890 WMError WindowSceneSessionImpl::NotifyWindowNeedAvoid(bool status) in NotifyWindowNeedAvoid() function in OHOS::Rosen::WindowSceneSessionImpl1943 ret = NotifyWindowNeedAvoid(!status); in SetLayoutFullScreenByApiVersion()