Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_mode_support_info_test.cpp89 window->SetRequestWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN);
105 window->SetRequestWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN);
133 window->SetRequestWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN |
165 window->SetRequestWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING |
184 window1->SetRequestWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN);
187 window2->SetRequestWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL);
211 window->SetRequestWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h74 void SetRequestWindowModeSupportType(uint32_t requestWindowModeSupportType);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp489 void WindowProperty::SetRequestWindowModeSupportType(uint32_t requestWindowModeSupportType) in SetRequestWindowModeSupportType() function in OHOS::Rosen::WindowProperty
781 property->SetRequestWindowModeSupportType(parcel.ReadUint32()); in Unmarshalling()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp478 winPropSrc.SetRequestWindowModeSupportType(requestWindowModeSupportType);
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h170 virtual void SetRequestWindowModeSupportType(uint32_t windowModeSupportType) override;
H A Dwindow.h264 virtual void SetRequestWindowModeSupportType(uint32_t windowModeSupportType) = 0;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h243 virtual void SetRequestWindowModeSupportType(uint32_t windowModeSupportType) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp809 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1523 virtual void SetRequestWindowModeSupportType(uint32_t windowModeSupportType) {} in SetRequestWindowModeSupportType() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp686 window->SetRequestWindowModeSupportType(windowModeSupportType); in CheckWindowImplFunctionsPart7()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1514 HWTEST_F(WindowTest, SetRequestWindowModeSupportType, Function | SmallTest | Level2)
1519 window->SetRequestWindowModeSupportType(windowModeSupportType);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1186 SetRequestWindowModeSupportType(windowModeSupportType); in GetConfigurationFromAbilityInfo()
2720 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType() function in OHOS::Rosen::WindowImpl
2722 property_->SetRequestWindowModeSupportType(windowModeSupportType); in SetRequestWindowModeSupportType()