/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 132 void WindowNode::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType() function in OHOS::Rosen::WindowNode 134 property_->SetWindowModeSupportType(windowModeSupportType); in SetWindowModeSupportType()
|
H A D | starting_window.cpp | 81 node->SetWindowModeSupportType(windowModeSupportType); in CreateWindowNode()
|
H A D | window_controller.cpp | 1522 node->SetWindowModeSupportType(property->GetWindowModeSupportType()); in UpdateProperty()
|
H A D | window_node_container.cpp | 2231 node->SetWindowModeSupportType(windowModeSupportType); in UpdateWindowModeSupportTypeWhenKeyguardChange()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | starting_window_test.cpp | 133 node->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING); 159 node->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_SPLIT_PRIMARY |
|
H A D | window_root_test.cpp | 1170 node->property_->SetWindowModeSupportType(0); 1863 node->property_->SetWindowModeSupportType(0);
|
H A D | window_node_test.cpp | 643 windowNode->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN);
|
H A D | remote_animation_test.cpp | 248 dstNode->SetWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING);
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 84 void SetWindowModeSupportType(uint32_t windowModeSupportType);
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 484 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 D | window_property.h | 73 void SetWindowModeSupportType(uint32_t windowModeSupportType);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 410 HWTEST_F(WindowSessionPropertyTest, SetWindowModeSupportType, Function | SmallTest | Level2) 414 windowSessionProperty.SetWindowModeSupportType(windowModeSupportType);
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test2.cpp | 1441 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 D | window_session_impl_test4.cpp | 1050 window->property_->SetWindowModeSupportType(windowModeSupportType); 1120 window->property_->SetWindowModeSupportType(windowModeSupportType); 1153 window->property_->SetWindowModeSupportType(windowModeSupportType);
|
H A D | window_scene_session_impl_test4.cpp | 1064 subWindow->property_->SetWindowModeSupportType(0);
|
H A D | window_scene_session_impl_test3.cpp | 1088 windowSceneSessionImpl->property_->SetWindowModeSupportType(WINDOW_MODE_SUPPORT_FLOATING);
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 464 winPropSrc.SetWindowModeSupportType(windowModeSupportType);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 86 void SetWindowModeSupportType(uint32_t windowModeSupportType);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 550 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 D | window_impl.cpp | 1686 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 D | window_scene_session_impl.cpp | 904 property_->SetWindowModeSupportType(windowModeSupportType); in GetConfigurationFromAbilityInfo()
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 416 void SetWindowModeSupportType(uint32_t windowModeSupportType);
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 617 window->SetWindowModeSupportType(uint32Val[0]); in CheckWindowImplFunctionsPart6()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4984 sessionProperty->SetWindowModeSupportType(property->GetWindowModeSupportType()); in HandleActionUpdateWindowModeSupportType()
|