Home
last modified time | relevance | path

Searched refs:sysConfig (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_config_test.cpp249 auto& sysConfig = WindowManagerService::GetInstance().systemConfig_; in HWTEST_F() local
257 ASSERT_TRUE(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL == sysConfig.decorModeSupportInfo_); in HWTEST_F()
266 ASSERT_TRUE(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL == sysConfig.decorModeSupportInfo_); in HWTEST_F()
277 auto& sysConfig = WindowManagerService::GetInstance().systemConfig_; in HWTEST_F() local
286 ASSERT_EQ(true, sysConfig.isSystemDecorEnable_); in HWTEST_F()
287 ASSERT_TRUE(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN == sysConfig.decorModeSupportInfo_); in HWTEST_F()
298 auto& sysConfig = WindowManagerService::GetInstance().systemConfig_; in HWTEST_F() local
307 ASSERT_EQ(true, sysConfig.isSystemDecorEnable_); in HWTEST_F()
308 ASSERT_TRUE(WindowModeSupport::WINDOW_MODE_SUPPORT_FLOATING == sysConfig.decorModeSupportInfo_); in HWTEST_F()
319 auto& sysConfig in HWTEST_F() local
341 auto& sysConfig = WindowManagerService::GetInstance().systemConfig_; HWTEST_F() local
363 auto& sysConfig = WindowManagerService::GetInstance().systemConfig_; HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp323 SystemSessionConfig sysConfig; in HWTEST_F() local
332 auto res = moveDragController->EventDownInit(pointerEvent, originalRect, property, sysConfig); in HWTEST_F()
342 res = moveDragController->EventDownInit(pointerEvent, originalRect, property, sysConfig); in HWTEST_F()
357 SystemSessionConfig sysConfig; in HWTEST_F() local
368 auto res = moveDragController->EventDownInit(pointerEvent, originalRect, property, sysConfig); in HWTEST_F()
592 SystemSessionConfig sysConfig; in HWTEST_F() local
594 moveDragController->InitDecorValue(property, sysConfig); in HWTEST_F()
675 SystemSessionConfig sysConfig; in HWTEST_F() local
677 ASSERT_EQ(false, moveDragController->ConsumeDragEvent(nullptr, originalRect, property, sysConfig)); in HWTEST_F()
678 ASSERT_EQ(false, moveDragController->ConsumeDragEvent(pointerEvent, originalRect, nullptr, sysConfig)); in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h76 const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig);
144 const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig);
155 void InitDecorValue(const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp434 const WSRect& originalRect, const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig) in ConsumeDragEvent()
449 if (!EventDownInit(pointerEvent, originalRect, property, sysConfig)) { in ConsumeDragEvent()
584 const WSRect& originalRect, const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig) in EventDownInit()
611 InitDecorValue(property, sysConfig); in EventDownInit()
823 const SystemSessionConfig& sysConfig) in InitDecorValue()
831 sysConfig.isSystemDecorEnable_ && in InitDecorValue()
832 WindowHelper::IsWindowModeSupported(sysConfig.decorModeSupportInfo_, property->GetWindowMode()); in InitDecorValue()
433 ConsumeDragEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, const WSRect& originalRect, const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig) ConsumeDragEvent() argument
583 EventDownInit(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, const WSRect& originalRect, const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig) EventDownInit() argument
822 InitDecorValue(const sptr<WindowSessionProperty> property, const SystemSessionConfig& sysConfig) InitDecorValue() argument

Completed in 5 milliseconds