Home
last modified time | relevance | path

Searched refs:GetIsNeedUpdateWindowMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp594 ASSERT_EQ(property->GetIsNeedUpdateWindowMode(), false);
596 ASSERT_EQ(property->GetIsNeedUpdateWindowMode(), true);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h103 bool GetIsNeedUpdateWindowMode() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp320 bool needUpdate = property->GetIsNeedUpdateWindowMode(); in HandleConnect()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp652 bool WindowSessionProperty::GetIsNeedUpdateWindowMode() const in GetIsNeedUpdateWindowMode() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp910 auto ret = windowSceneSessionImpl->property_->GetIsNeedUpdateWindowMode();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1038 if (sessionProperty && sessionProperty->GetIsNeedUpdateWindowMode() && property) { in InitSessionPropertyWhenConnect()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp552 if (property_->GetIsNeedUpdateWindowMode()) { in UpdateWindowState()