Searched refs:GetRequestWindowModeSupportType (Results 1 – 12 of 12) sorted by relevance
90 …T_EQ(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN, window->GetRequestWindowModeSupportType());
126 uint32_t GetRequestWindowModeSupportType() const;
479 uint32_t res = winPropSrc.GetRequestWindowModeSupportType();
77 uint32_t GetRequestWindowModeSupportType() const override;
265 virtual uint32_t GetRequestWindowModeSupportType() const = 0;
136 uint32_t GetRequestWindowModeSupportType() const override;
219 uint32_t WindowImpl::GetRequestWindowModeSupportType() const in GetRequestWindowModeSupportType() function in OHOS::Rosen::WindowImpl
519 uint32_t WindowProperty::GetRequestWindowModeSupportType() const in GetRequestWindowModeSupportType() function in OHOS::Rosen::WindowProperty
1529 virtual uint32_t GetRequestWindowModeSupportType() const { return 0; } in GetRequestWindowModeSupportType() function
1529 HWTEST_F(WindowTest, GetRequestWindowModeSupportType, Function | SmallTest | Level2)1533 uint32_t ret = window->GetRequestWindowModeSupportType();
398 uint32_t WindowImpl::GetRequestWindowModeSupportType() const in GetRequestWindowModeSupportType() function in OHOS::Rosen::WindowImpl400 return property_->GetRequestWindowModeSupportType(); in GetRequestWindowModeSupportType()1686 SetWindowModeSupportType(GetRequestWindowModeSupportType()); in PreProcessShow()
2219 …(!WindowHelper::IsWindowModeSupported(node->GetWindowProperty()->GetRequestWindowModeSupportType(), in UpdateWindowModeSupportTypeWhenKeyguardChange()