Home
last modified time | relevance | path

Searched refs:GetRequestWindowModeSupportType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_mode_support_info_test.cpp90 …T_EQ(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN, window->GetRequestWindowModeSupportType());
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h126 uint32_t GetRequestWindowModeSupportType() const;
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp479 uint32_t res = winPropSrc.GetRequestWindowModeSupportType();
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h77 uint32_t GetRequestWindowModeSupportType() const override;
H A Dwindow.h265 virtual uint32_t GetRequestWindowModeSupportType() const = 0;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h136 uint32_t GetRequestWindowModeSupportType() const override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp219 uint32_t WindowImpl::GetRequestWindowModeSupportType() const in GetRequestWindowModeSupportType() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp519 uint32_t WindowProperty::GetRequestWindowModeSupportType() const in GetRequestWindowModeSupportType() function in OHOS::Rosen::WindowProperty
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1529 virtual uint32_t GetRequestWindowModeSupportType() const { return 0; } in GetRequestWindowModeSupportType() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1529 HWTEST_F(WindowTest, GetRequestWindowModeSupportType, Function | SmallTest | Level2)
1533 uint32_t ret = window->GetRequestWindowModeSupportType();
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp398 uint32_t WindowImpl::GetRequestWindowModeSupportType() const in GetRequestWindowModeSupportType() function in OHOS::Rosen::WindowImpl
400 return property_->GetRequestWindowModeSupportType(); in GetRequestWindowModeSupportType()
1686 SetWindowModeSupportType(GetRequestWindowModeSupportType()); in PreProcessShow()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2219 …(!WindowHelper::IsWindowModeSupported(node->GetWindowProperty()->GetRequestWindowModeSupportType(), in UpdateWindowModeSupportTypeWhenKeyguardChange()