Home
last modified time | relevance | path

Searched refs:SetRequestModeSupportInfo (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_mode_support_info_test.cpp81 * @tc.desc: SetRequestModeSupportInfo | GetRequestModeSupportInfo
90 window->SetRequestModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN); in HWTEST_F()
106 window->SetRequestModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN); in HWTEST_F()
134 window->SetRequestModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN | in HWTEST_F()
166 window->SetRequestModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING | in HWTEST_F()
185 window1->SetRequestModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN); in HWTEST_F()
188 window2->SetRequestModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL); in HWTEST_F()
216 window->SetRequestModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h74 void SetRequestModeSupportInfo(uint32_t requestModeSupportInfo);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h162 virtual void SetRequestModeSupportInfo(uint32_t modeSupportInfo) {} in SetRequestModeSupportInfo() function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp489 void WindowProperty::SetRequestModeSupportInfo(uint32_t requestModeSupportInfo) in SetRequestModeSupportInfo() function in OHOS::Rosen::WindowProperty
781 property->SetRequestModeSupportInfo(parcel.ReadUint32()); in Unmarshalling()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h262 virtual void SetRequestModeSupportInfo(uint32_t modeSupportInfo) = 0;
H A Dwindow_impl.h170 virtual void SetRequestModeSupportInfo(uint32_t modeSupportInfo) override;
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp478 winPropSrc.SetRequestModeSupportInfo(requestModeSupportInfo); in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp789 void WindowImpl::SetRequestModeSupportInfo(uint32_t modeSupportInfo) in SetRequestModeSupportInfo() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1470 virtual void SetRequestModeSupportInfo(uint32_t modeSupportInfo) {} in SetRequestModeSupportInfo() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp686 window->SetRequestModeSupportInfo(modeSupportInfo); in CheckWindowImplFunctionsPart7()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h243 virtual void SetRequestModeSupportInfo(uint32_t modeSupportInfo) override;
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1153 SetRequestModeSupportInfo(modeSupportInfo); in GetConfigurationFromAbilityInfo()
2683 void WindowImpl::SetRequestModeSupportInfo(uint32_t modeSupportInfo) in SetRequestModeSupportInfo() function in OHOS::Rosen::WindowImpl
2685 property_->SetRequestModeSupportInfo(modeSupportInfo); in SetRequestModeSupportInfo()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1566 * @tc.name: SetRequestModeSupportInfo
1570 HWTEST_F(WindowTest, SetRequestModeSupportInfo, Function | SmallTest | Level2) in HWTEST_F()
1575 window->SetRequestModeSupportInfo(modeSupportInfo); in HWTEST_F()

Completed in 34 milliseconds