Home
last modified time | relevance | path

Searched refs:SetWindowModeSupportType (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp132 void WindowNode::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType() function in OHOS::Rosen::WindowNode
134 property_->SetWindowModeSupportType(windowModeSupportType); in SetWindowModeSupportType()
H A Dstarting_window.cpp81 node->SetWindowModeSupportType(windowModeSupportType); in CreateWindowNode()
H A Dwindow_controller.cpp1522 node->SetWindowModeSupportType(property->GetWindowModeSupportType()); in UpdateProperty()
H A Dwindow_node_container.cpp2231 node->SetWindowModeSupportType(windowModeSupportType); in UpdateWindowModeSupportTypeWhenKeyguardChange()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp133 node->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING);
159 node->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_SPLIT_PRIMARY |
H A Dwindow_root_test.cpp1170 node->property_->SetWindowModeSupportType(0);
1863 node->property_->SetWindowModeSupportType(0);
H A Dwindow_node_test.cpp643 windowNode->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN);
H A Dremote_animation_test.cpp248 dstNode->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h84 void SetWindowModeSupportType(uint32_t windowModeSupportType);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp484 void WindowProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType() function in OHOS::Rosen::WindowProperty
780 property->SetWindowModeSupportType(parcel.ReadUint32()); in Unmarshalling()
924 SetWindowModeSupportType(parcel.ReadUint32()); in Read()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h73 void SetWindowModeSupportType(uint32_t windowModeSupportType);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp410 HWTEST_F(WindowSessionPropertyTest, SetWindowModeSupportType, Function | SmallTest | Level2)
414 windowSessionProperty.SetWindowModeSupportType(windowModeSupportType);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1441 window->property_->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_PIP);
1564 window->property_->SetWindowModeSupportType(windowModeSupportType);
1593 window->property_->SetWindowModeSupportType(windowModeSupportType);
1622 window->property_->SetWindowModeSupportType(windowModeSupportType);
H A Dwindow_session_impl_test4.cpp1050 window->property_->SetWindowModeSupportType(windowModeSupportType);
1120 window->property_->SetWindowModeSupportType(windowModeSupportType);
1153 window->property_->SetWindowModeSupportType(windowModeSupportType);
H A Dwindow_scene_session_impl_test4.cpp1064 subWindow->property_->SetWindowModeSupportType(0);
H A Dwindow_scene_session_impl_test3.cpp1088 windowSceneSessionImpl->property_->SetWindowModeSupportType(WINDOW_MODE_SUPPORT_FLOATING);
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp464 winPropSrc.SetWindowModeSupportType(windowModeSupportType);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h86 void SetWindowModeSupportType(uint32_t windowModeSupportType);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp550 void WindowSessionProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType() function in OHOS::Rosen::WindowSessionProperty
1469 SetWindowModeSupportType(parcel.ReadUint32()); in ReadActionUpdateWindowModeSupportType()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1686 SetWindowModeSupportType(GetRequestWindowModeSupportType()); in PreProcessShow()
2723 SetWindowModeSupportType(windowModeSupportType); in SetRequestWindowModeSupportType()
2726 void WindowImpl::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType() function in OHOS::Rosen::WindowImpl
2728 property_->SetWindowModeSupportType(windowModeSupportType); in SetWindowModeSupportType()
2826 SetWindowModeSupportType(windowModeSupportType); in UpdateWindowModeSupportType()
H A Dwindow_scene_session_impl.cpp904 property_->SetWindowModeSupportType(windowModeSupportType); in GetConfigurationFromAbilityInfo()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h416 void SetWindowModeSupportType(uint32_t windowModeSupportType);
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp617 window->SetWindowModeSupportType(uint32Val[0]); in CheckWindowImplFunctionsPart6()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4984 sessionProperty->SetWindowModeSupportType(property->GetWindowModeSupportType()); in HandleActionUpdateWindowModeSupportType()