Home
last modified time | relevance | path

Searched defs:dragResizeType (Results 1 – 17 of 17) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
Dwindow_adapter_test.cpp667 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
680 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
693 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
707 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
Dwindow_manager_test.cpp1453 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
1465 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
1477 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
1490 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
/foundation/window/window_manager/wmserver/include/zidl/
Dwindow_manager_interface.h256 … virtual WMError SetGlobalDragResizeType(DragResizeType dragResizeType) { return WMError::WM_OK; } in SetGlobalDragResizeType()
257 … virtual WMError GetGlobalDragResizeType(DragResizeType& dragResizeType) { return WMError::WM_OK; } in GetGlobalDragResizeType()
259 DragResizeType dragResizeType) { return WMError::WM_OK; } in SetAppDragResizeType()
261 DragResizeType& dragResizeType) { return WMError::WM_OK; } in GetAppDragResizeType()
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
Dscene_session_manager_interface.h297 … WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetGlobalDragResizeType()
298 …WMError GetGlobalDragResizeType(DragResizeType& dragResizeType) override { return WMError::WM_OK; } in GetGlobalDragResizeType()
300 DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetAppDragResizeType()
302 DragResizeType& dragResizeType) override { return WMError::WM_OK; } in GetAppDragResizeType()
/foundation/window/window_manager/window_scene/test/unittest/
Dscene_session_manager_proxy_test.cpp1105 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
1120 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
1135 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
1152 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
Dscene_session_manager_test.cpp1838 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
1849 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
1867 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
1885 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
Dscene_session_manager_stub_test.cpp2144 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
2172 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
/foundation/window/window_manager/wm/src/
Dwindow_adapter.cpp1021 WMError WindowAdapter::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType()
1029 WMError WindowAdapter::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType()
1037 …r WindowAdapter::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType()
1045 … WindowAdapter::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
Dwindow_manager.cpp1371 WMError WindowManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType()
1380 WMError WindowManager::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType()
1389 …r WindowManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType()
1398 … WindowManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscene_session_manager_stub.cpp1268 uint32_t dragResizeType; in HandleSetGlobalDragResizeType() local
1287 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleGetGlobalDragResizeType() local
1307 uint32_t dragResizeType; in HandleSetAppDragResizeType() local
1331 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleGetAppDragResizeType() local
Dscene_session_manager_proxy.cpp2509 WMError SceneSessionManagerProxy::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType()
2540 WMError SceneSessionManagerProxy::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType()
2577 …ionManagerProxy::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType()
2612 …onManagerProxy::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
/foundation/window/window_manager/window_scene/session/host/include/
Dscene_session.h568 … void SetAppDragResizeType(DragResizeType dragResizeType) { appDragResizeType_ = dragResizeType; } in SetAppDragResizeType()
705 …void SetDragResizeTypeDuringDrag(DragResizeType dragResizeType) { dragResizeTypeDuringDrag_ = drag… in SetDragResizeTypeDuringDrag()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp1788 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in CreateSceneSession() local
1798 void SceneSessionManager::GetEffectiveDragResizeType(DragResizeType& dragResizeType) in GetEffectiveDragResizeType()
1810 WMError SceneSessionManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType()
1835 WMError SceneSessionManager::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType()
1844 …eSessionManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType()
1855 …ionManager::SetAppDragResizeTypeInner(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeTypeInner()
1877 …SessionManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
1883 …onManager::GetAppDragResizeTypeInner(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeTypeInner()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_utils.cpp842 bool ConvertDragResizeTypeFromJs(napi_env env, napi_value value, DragResizeType& dragResizeType) in ConvertDragResizeTypeFromJs()
Djs_scene_session_manager.cpp3323 DragResizeType dragResizeType; in OnSetAppDragResizeType() local
/foundation/window/window_manager/window_scene/interfaces/include/
Dws_common.h622 uint32_t dragResizeType = 0; member
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_session.cpp708 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleSessionDragEvent() local