/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 667 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
|
H A D | window_manager_test.cpp | 1453 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
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 253 … virtual WMError SetGlobalDragResizeType(DragResizeType dragResizeType) { return WMError::WM_OK; } in SetGlobalDragResizeType() 254 … virtual WMError GetGlobalDragResizeType(DragResizeType& dragResizeType) { return WMError::WM_OK; } in GetGlobalDragResizeType() 256 DragResizeType dragResizeType) { return WMError::WM_OK; } in SetAppDragResizeType() 258 DragResizeType& dragResizeType) { return WMError::WM_OK; } in GetAppDragResizeType()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 293 … WMError SetGlobalDragResizeType(DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetGlobalDragResizeType() 294 …WMError GetGlobalDragResizeType(DragResizeType& dragResizeType) override { return WMError::WM_OK; } in GetGlobalDragResizeType() 296 DragResizeType dragResizeType) override { return WMError::WM_OK; } in SetAppDragResizeType() 298 DragResizeType& dragResizeType) override { return WMError::WM_OK; } in GetAppDragResizeType()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_test.cpp | 1105 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
|
H A D | scene_session_manager_test.cpp | 1838 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
|
H A D | scene_session_manager_stub_test.cpp | 2144 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable 2172 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 1005 WMError WindowAdapter::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 1013 WMError WindowAdapter::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 1021 …r WindowAdapter::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 1029 … WindowAdapter::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
|
H A D | window_manager.cpp | 1362 WMError WindowManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 1371 WMError WindowManager::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 1380 …r WindowManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 1389 … WindowManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 1230 uint32_t dragResizeType; in HandleSetGlobalDragResizeType() local 1249 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleGetGlobalDragResizeType() local 1269 uint32_t dragResizeType; in HandleSetAppDragResizeType() local 1293 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleGetAppDragResizeType() local
|
H A D | scene_session_manager_proxy.cpp | 2466 WMError SceneSessionManagerProxy::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 2497 WMError SceneSessionManagerProxy::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 2534 …ionManagerProxy::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 2569 …onManagerProxy::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 528 … void SetAppDragResizeType(DragResizeType dragResizeType) { appDragResizeType_ = dragResizeType; } in SetAppDragResizeType() 659 …void SetDragResizeTypeDuringDrag(DragResizeType dragResizeType) { dragResizeTypeDuringDrag_ = drag… in SetDragResizeTypeDuringDrag()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1712 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in CreateSceneSession() local 1719 void SceneSessionManager::GetEffectiveDragResizeType(DragResizeType& dragResizeType) in GetEffectiveDragResizeType() 1731 WMError SceneSessionManager::SetGlobalDragResizeType(DragResizeType dragResizeType) in SetGlobalDragResizeType() 1756 WMError SceneSessionManager::GetGlobalDragResizeType(DragResizeType& dragResizeType) in GetGlobalDragResizeType() 1765 …eSessionManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeType() 1776 …ionManager::SetAppDragResizeTypeInner(const std::string& bundleName, DragResizeType dragResizeType) in SetAppDragResizeTypeInner() 1798 …SessionManager::GetAppDragResizeType(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeType() 1804 …onManager::GetAppDragResizeTypeInner(const std::string& bundleName, DragResizeType& dragResizeType) in GetAppDragResizeTypeInner()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 824 bool ConvertDragResizeTypeFromJs(napi_env env, napi_value value, DragResizeType& dragResizeType) in ConvertDragResizeTypeFromJs()
|
H A D | js_scene_session_manager.cpp | 3202 DragResizeType dragResizeType; in OnSetAppDragResizeType() local
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 609 uint32_t dragResizeType = 0; member
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 616 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleSessionDragEvent() local
|