| /foundation/window/window_manager/window_scene/test/unittest/ |
| D | scene_session_manager_test7.cpp | 1931 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1955 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1982 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable 2000 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 2018 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable 2051 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
|
| D | scene_session_manager_proxy_test.cpp | 1265 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1280 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable 1295 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1312 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
|
| D | scene_session_manager_stub_test.cpp | 2579 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 2607 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
|
| /foundation/window/window_manager/wmserver/include/zidl/ |
| D | window_manager_interface.h | 296 … virtual WMError SetGlobalDragResizeType(DragResizeType dragResizeType) { return WMError::WM_OK; } in SetGlobalDragResizeType() 297 … virtual WMError GetGlobalDragResizeType(DragResizeType& dragResizeType) { return WMError::WM_OK; } in GetGlobalDragResizeType() 299 DragResizeType dragResizeType) { return WMError::WM_OK; } in SetAppDragResizeType() 301 DragResizeType& dragResizeType) { return WMError::WM_OK; } in GetAppDragResizeType()
|
| /foundation/window/window_manager/wm/test/unittest/ |
| D | window_adapter_test.cpp | 995 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1008 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable 1021 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1035 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
|
| D | window_manager_test.cpp | 1594 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1606 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable 1618 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 1631 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable 1644 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; variable
|
| /foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
| D | scene_session_manager_interface.h | 417 … WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetGlobalDragResizeType() 418 …WMError GetGlobalDragResizeType(DragResizeType& dragResizeType) override { return WMError::WM_OK; } in GetGlobalDragResizeType() 420 DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetAppDragResizeType() 422 DragResizeType& dragResizeType) override { return WMError::WM_OK; } in GetAppDragResizeType()
|
| /foundation/window/window_manager/wm/src/ |
| D | window_adapter.cpp | 1223 WMError WindowAdapter::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 1231 WMError WindowAdapter::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 1239 …r WindowAdapter::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 1247 … WindowAdapter::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
|
| D | window_manager.cpp | 2106 WMError WindowManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 2115 WMError WindowManager::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 2124 …r WindowManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 2133 … WindowManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
|
| /foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
| D | scene_session_manager_stub.cpp | 2051 uint32_t dragResizeType; in HandleSetGlobalDragResizeType() local 2070 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleGetGlobalDragResizeType() local 2090 uint32_t dragResizeType; in HandleSetAppDragResizeType() local 2114 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleGetAppDragResizeType() local
|
| D | scene_session_manager_proxy.cpp | 3289 WMError SceneSessionManagerProxy::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 3320 WMError SceneSessionManagerProxy::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 3357 …ionManagerProxy::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 3392 …onManagerProxy::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
|
| /foundation/window/window_manager/window_scene/session/host/include/ |
| D | scene_session.h | 744 … void SetAppDragResizeType(DragResizeType dragResizeType) { appDragResizeType_ = dragResizeType; } in SetAppDragResizeType() 1088 …void SetDragResizeTypeDuringDrag(DragResizeType dragResizeType) { dragResizeTypeDuringDrag_ = drag… in SetDragResizeTypeDuringDrag()
|
| /foundation/window/window_manager/window_scene/common/include/ |
| D | window_session_property.h | 713 uint32_t dragResizeType = parcel.ReadUint32(); in Unmarshalling() local
|
| /foundation/window/window_manager/window_scene/session_manager/src/ |
| D | scene_session_manager.cpp | 2429 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in CreateSceneSession() local 2440 void SceneSessionManager::GetEffectiveDragResizeType(DragResizeType& dragResizeType) in GetEffectiveDragResizeType() 2456 WMError SceneSessionManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 2481 WMError SceneSessionManager::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 2490 …eSessionManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 2501 …ionManager::SetAppDragResizeTypeInner(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeTypeInner() 2525 …SessionManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType() 2531 …onManager::GetAppDragResizeTypeInner(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeTypeInner()
|
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
| D | js_scene_utils.cpp | 1280 bool ConvertDragResizeTypeFromJs(napi_env env, napi_value value, DragResizeType& dragResizeType) in ConvertDragResizeTypeFromJs()
|
| D | js_scene_session_manager.cpp | 3825 DragResizeType dragResizeType; in OnSetAppDragResizeType() local
|
| /foundation/window/window_manager/window_scene/interfaces/include/ |
| D | ws_common.h | 944 uint32_t dragResizeType = 0; member
|
| /foundation/window/window_manager/previewer/include/ |
| D | wm_common.h | 532 uint32_t dragResizeType; in Unmarshalling() local
|
| /foundation/window/window_manager/interfaces/innerkits/wm/ |
| D | wm_common.h | 637 uint32_t dragResizeType; in Unmarshalling() local
|
| /foundation/window/window_manager/window_scene/session/host/src/ |
| D | scene_session.cpp | 914 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleSessionDragEvent() local
|