Home
last modified time | relevance | path

Searched refs:SetModeSupportInfo (Results 1 - 24 of 24) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp132 void WindowNode::SetModeSupportInfo(uint32_t modeSupportInfo) in SetModeSupportInfo() function in OHOS::Rosen::WindowNode
134 property_->SetModeSupportInfo(modeSupportInfo); in SetModeSupportInfo()
H A Dstarting_window.cpp81 node->SetModeSupportInfo(modeSupportInfo); in CreateWindowNode()
H A Dwindow_controller.cpp1522 node->SetModeSupportInfo(property->GetModeSupportInfo()); in UpdateProperty()
H A Dwindow_node_container.cpp2229 node->SetModeSupportInfo(modeSupportInfo); in UpdateModeSupportInfoWhenKeyguardChange()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp133 node->SetModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING); in HWTEST_F()
159 node->SetModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_SPLIT_PRIMARY | in HWTEST_F()
H A Dwindow_root_test.cpp1170 node->property_->SetModeSupportInfo(0); in HWTEST_F()
1863 node->property_->SetModeSupportInfo(0); in HWTEST_F()
H A Dwindow_node_test.cpp631 * @tc.desc: SetModeSupportInfo & GetModeSupportInfo
643 windowNode->SetModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN); in HWTEST_F()
H A Dremote_animation_test.cpp248 dstNode->SetModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h84 void SetModeSupportInfo(uint32_t modeSupportInfo);
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h73 void SetModeSupportInfo(uint32_t modeSupportInfo);
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp484 void WindowProperty::SetModeSupportInfo(uint32_t modeSupportInfo) in SetModeSupportInfo() function in OHOS::Rosen::WindowProperty
780 property->SetModeSupportInfo(parcel.ReadUint32()); in Unmarshalling()
924 SetModeSupportInfo(parcel.ReadUint32()); in Read()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1497 window->property_->SetModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_PIP); in HWTEST_F()
1676 window->property_->SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
1704 window->property_->SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
1732 window->property_->SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
H A Dwindow_session_impl_test4.cpp1118 window->property_->SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
1187 window->property_->SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
1219 window->property_->SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
H A Dwindow_scene_session_impl_test4.cpp1416 subWindow->property_->SetModeSupportInfo(0); in HWTEST_F()
1437 subWindow->property_->SetModeSupportInfo(1); in HWTEST_F()
H A Dwindow_scene_session_impl_test3.cpp1169 windowSceneSessionImpl->property_->SetModeSupportInfo(WINDOW_MODE_SUPPORT_FLOATING); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp425 * @tc.name: SetModeSupportInfo
426 * @tc.desc: SetModeSupportInfo test
429 HWTEST_F(WindowSessionPropertyTest, SetModeSupportInfo, Function | SmallTest | Level2) in HWTEST_F()
433 windowSessionProperty.SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp464 winPropSrc.SetModeSupportInfo(modeSupportInfo); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h87 void SetModeSupportInfo(uint32_t modeSupportInfo);
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp547 void WindowSessionProperty::SetModeSupportInfo(uint32_t modeSupportInfo) in SetModeSupportInfo() function in OHOS::Rosen::WindowSessionProperty
1453 SetModeSupportInfo(parcel.ReadUint32()); in ReadActionUpdateModeSupportInfo()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1649 SetModeSupportInfo(GetRequestModeSupportInfo()); in PreProcessShow()
2686 SetModeSupportInfo(modeSupportInfo); in SetRequestModeSupportInfo()
2689 void WindowImpl::SetModeSupportInfo(uint32_t modeSupportInfo) in SetModeSupportInfo() function in OHOS::Rosen::WindowImpl
2691 property_->SetModeSupportInfo(modeSupportInfo); in SetModeSupportInfo()
2790 SetModeSupportInfo(modeSupportInfo); in UpdateModeSupportInfo()
H A Dwindow_scene_session_impl.cpp920 property_->SetModeSupportInfo(modeSupportInfo); in GetConfigurationFromAbilityInfo()
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp617 window->SetModeSupportInfo(uint32Val[0]); in CheckWindowImplFunctionsPart6()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h404 void SetModeSupportInfo(uint32_t modeSupportInfo);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4737 sessionProperty->SetModeSupportInfo(property->GetModeSupportInfo()); in HandleActionUpdateModeSupportInfo()

Completed in 74 milliseconds