Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
Dscene_session_manager_test7.cpp1931 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
Dscene_session_manager_proxy_test.cpp1265 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
Dscene_session_manager_stub_test.cpp2579 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
2607 DragResizeType dragResizeType = DragResizeType::RESIZE_EACH_FRAME; variable
/foundation/window/window_manager/wmserver/include/zidl/
Dwindow_manager_interface.h296 … 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/
Dwindow_adapter_test.cpp995 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
Dwindow_manager_test.cpp1594 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/
Dscene_session_manager_interface.h417 … 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/
Dwindow_adapter.cpp1223 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()
Dwindow_manager.cpp2106 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/
Dscene_session_manager_stub.cpp2051 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
Dscene_session_manager_proxy.cpp3289 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/
Dscene_session.h744 … 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/
Dwindow_session_property.h713 uint32_t dragResizeType = parcel.ReadUint32(); in Unmarshalling() local
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp2429 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/
Djs_scene_utils.cpp1280 bool ConvertDragResizeTypeFromJs(napi_env env, napi_value value, DragResizeType& dragResizeType) in ConvertDragResizeTypeFromJs()
Djs_scene_session_manager.cpp3825 DragResizeType dragResizeType; in OnSetAppDragResizeType() local
/foundation/window/window_manager/window_scene/interfaces/include/
Dws_common.h944 uint32_t dragResizeType = 0; member
/foundation/window/window_manager/previewer/include/
Dwm_common.h532 uint32_t dragResizeType; in Unmarshalling() local
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwm_common.h637 uint32_t dragResizeType; in Unmarshalling() local
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_session.cpp914 DragResizeType dragResizeType = DragResizeType::RESIZE_TYPE_UNDEFINED; in HandleSessionDragEvent() local