Home
last modified time | relevance | path

Searched refs:isSystemDecorEnable_ (Results 1 - 18 of 18) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_config_test.cpp256 ASSERT_EQ(true, WindowManagerService::GetInstance().systemConfig_.isSystemDecorEnable_); in HWTEST_F()
265 ASSERT_EQ(false, WindowManagerService::GetInstance().systemConfig_.isSystemDecorEnable_); in HWTEST_F()
286 ASSERT_EQ(true, sysConfig.isSystemDecorEnable_); in HWTEST_F()
307 ASSERT_EQ(true, sysConfig.isSystemDecorEnable_); in HWTEST_F()
328 ASSERT_EQ(true, sysConfig.isSystemDecorEnable_); in HWTEST_F()
350 ASSERT_EQ(true, sysConfig.isSystemDecorEnable_); in HWTEST_F()
372 ASSERT_EQ(true, sysConfig.isSystemDecorEnable_); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h377 bool isSystemDecorEnable_ = true; member
384 if (!parcel.WriteBool(isSystemDecorEnable_) ||
402 config->isSystemDecorEnable_ = parcel.ReadBool(); in Unmarshalling()
439 bool isSystemDecorEnable_ = true; member
464 if (!parcel.WriteBool(isSystemDecorEnable_) || !parcel.WriteBool(isStretchable_) ||
509 config->isSystemDecorEnable_ = parcel.ReadBool(); in Unmarshalling()
/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h101 bool isSystemDecorEnable_ = true; member
112 if (!parcel.WriteBool(isSystemDecorEnable_) || !parcel.WriteBool(isStretchable_) ||
136 config->isSystemDecorEnable_ = parcel.ReadBool(); in Unmarshalling()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp336 systemConfig.isSystemDecorEnable_ = false; in HWTEST_F()
346 systemConfig.isSystemDecorEnable_ = true; in HWTEST_F()
594 systemConfig.isSystemDecorEnable_ = false; in HWTEST_F()
652 systemConfig.isSystemDecorEnable_ = false; in HWTEST_F()
759 systemConfig.isSystemDecorEnable_ = true; in HWTEST_F()
764 systemConfig.isSystemDecorEnable_ = false; in HWTEST_F()
767 systemConfig.isSystemDecorEnable_ = true; in HWTEST_F()
H A Dsession_test.cpp686 sessionConfig.isSystemDecorEnable_ = true; in HWTEST_F()
748 sessionConfig.isSystemDecorEnable_ = true; in HWTEST_F()
807 sessionConfig.isSystemDecorEnable_ = true; in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp362 << systemConfig.isSystemDecorEnable_ << "|" in DumpSysconfigParam()
381 << "[" << freeMultiWindowConfig.isSystemDecorEnable_ << " " in DumpSysconfigParam()
H A Dscene_session_manager.cpp554 systemConfig_.isSystemDecorEnable_ = freeMultiWindowConfig.isSystemDecorEnable_; in LoadFreeMultiWindowConfig()
638 systemConfig_.isSystemDecorEnable_ = item.boolValue_; in ConfigDecor()
640 systemConfig_.freeMultiWindowConfig_.isSystemDecorEnable_ = item.boolValue_; in ConfigDecor()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp1094 window->windowSystemConfig_.isSystemDecorEnable_ = true; in HWTEST_F()
1421 window->windowSystemConfig_.isSystemDecorEnable_ = true; in HWTEST_F()
1446 window->windowSystemConfig_.isSystemDecorEnable_ = true; in HWTEST_F()
H A Dwindow_impl_test5.cpp1365 window->windowSystemConfig_.isSystemDecorEnable_ = false; in HWTEST_F()
1368 window->windowSystemConfig_.isSystemDecorEnable_ = true; in HWTEST_F()
H A Dwindow_impl_test3.cpp773 window->windowSystemConfig_.isSystemDecorEnable_ = true; in HWTEST_F()
H A Dwindow_impl_test2.cpp233 window->windowSystemConfig_.isSystemDecorEnable_ = false; in HWTEST_F()
H A Dwindow_scene_session_impl_test2.cpp1801 window->windowSystemConfig_.isSystemDecorEnable_ = true; in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp457 windowSession->windowSystemConfig_.isSystemDecorEnable_ = false; in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1226 WLOGFD("get system decor enable:%{public}d", windowSystemConfig_.isSystemDecorEnable_); in SetSystemConfig()
1227 property_->SetDecorEnable(windowSystemConfig_.isSystemDecorEnable_); in SetSystemConfig()
2120 windowSystemConfig_.isSystemDecorEnable_ = false; in DisableAppWindowDecor()
2127 bool enable = windowSystemConfig_.isSystemDecorEnable_ && in IsDecorEnable()
3448 bool enable = windowSystemConfig_.isSystemDecorEnable_ && in UpdateDecorEnable()
H A Dwindow_scene_session_impl.cpp2157 return isValidWindow && windowSystemConfig_.isSystemDecorEnable_; in IsDecorEnable()
2159 bool enable = isValidWindow && windowSystemConfig_.isSystemDecorEnable_ && in IsDecorEnable()
2517 windowSystemConfig_.isSystemDecorEnable_ = false; in DisableAppWindowDecor()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp831 sysConfig.isSystemDecorEnable_ && in InitDecorValue()
H A Dscene_session.cpp2156 bool enable = isValidWindow && systemConfig_.isSystemDecorEnable_ && isWindowModeSupported; in IsDecorEnable()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp465 systemConfig_.isSystemDecorEnable_ = item.boolValue_; in ConfigDecor()

Completed in 110 milliseconds