Home
last modified time | relevance | path

Searched refs:GetRequestModeSupportInfo (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
91 ASSERT_EQ(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN, window->GetRequestModeSupportInfo()); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h126 uint32_t GetRequestModeSupportInfo() const;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h163 virtual uint32_t GetRequestModeSupportInfo() const {return 0;} in GetRequestModeSupportInfo() function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/previewer/include/
H A Dwindow.h263 virtual uint32_t GetRequestModeSupportInfo() const = 0;
H A Dwindow_impl.h77 uint32_t GetRequestModeSupportInfo() const override;
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp471 * @tc.desc: GetRequestModeSupportInfo test
479 uint32_t res = winPropSrc.GetRequestModeSupportInfo(); in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp199 uint32_t WindowImpl::GetRequestModeSupportInfo() const in GetRequestModeSupportInfo() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1476 virtual uint32_t GetRequestModeSupportInfo() const { return 0; } in GetRequestModeSupportInfo() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp519 uint32_t WindowProperty::GetRequestModeSupportInfo() const in GetRequestModeSupportInfo() function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h136 uint32_t GetRequestModeSupportInfo() const override;
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp365 uint32_t WindowImpl::GetRequestModeSupportInfo() const in GetRequestModeSupportInfo() function in OHOS::Rosen::WindowImpl
367 return property_->GetRequestModeSupportInfo(); in GetRequestModeSupportInfo()
1649 SetModeSupportInfo(GetRequestModeSupportInfo()); in PreProcessShow()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1581 * @tc.name: GetRequestModeSupportInfo
1585 HWTEST_F(WindowTest, GetRequestModeSupportInfo, Function | SmallTest | Level2) in HWTEST_F()
1589 uint32_t ret = window->GetRequestModeSupportInfo(); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2218 if (!WindowHelper::IsWindowModeSupported(node->GetWindowProperty()->GetRequestModeSupportInfo(), in UpdateModeSupportInfoWhenKeyguardChange()

Completed in 35 milliseconds