Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A 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
H A 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
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h253 … 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 Dscene_session_manager_interface.h293 … 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 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
H A 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
H A Dscene_session_manager_stub_test.cpp2144 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 Dwindow_adapter.cpp1005 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 Dwindow_manager.cpp1362 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 Dscene_session_manager_stub.cpp1230 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 Dscene_session_manager_proxy.cpp2466 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 Dscene_session.h528 … 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 Dscene_session_manager.cpp1712 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 Djs_scene_utils.cpp824 bool ConvertDragResizeTypeFromJs(napi_env env, napi_value value, DragResizeType& dragResizeType) in ConvertDragResizeTypeFromJs()
H A Djs_scene_session_manager.cpp3202 DragResizeType dragResizeType; in OnSetAppDragResizeType() local
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h609 uint32_t dragResizeType = 0; member
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp616 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleSessionDragEvent() local