/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 690 HWTEST_F(WindowAdapterTest, SetAppDragResizeType, Function | SmallTest | Level2) 695 auto err = windowAdapter.SetAppDragResizeType(bundleName, dragResizeType);
|
H A D | window_manager_test.cpp | 1475 HWTEST_F(WindowManagerTest, SetAppDragResizeType, Function | SmallTest | Level2) 1479 auto ret = WindowManager::GetInstance().SetAppDragResizeType(bundleName, dragResizeType);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 152 …virtual WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 133 …WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) overrid…
|
H A D | scene_session_manager_interface.h | 295 WMError SetAppDragResizeType(const std::string& bundleName, in SetAppDragResizeType() function
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 255 virtual WMError SetAppDragResizeType(const std::string& bundleName, in SetAppDragResizeType() function
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 850 WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 1021 WMError WindowAdapter::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResiz… in SetAppDragResizeType() function in OHOS::Rosen::WindowAdapter 1026 return wmsProxy->SetAppDragResizeType(bundleName, dragResizeType); in SetAppDragResizeType()
|
H A D | window_manager.cpp | 1380 WMError WindowManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResiz… in SetAppDragResizeType() function in OHOS::Rosen::WindowManager 1382 …WMError ret = SingletonContainer::Get<WindowAdapter>().SetAppDragResizeType(bundleName, dragResize… in SetAppDragResizeType()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.h | 110 static napi_value SetAppDragResizeType(napi_env env, napi_callback_info info);
|
H A D | js_scene_session_manager.cpp | 197 JsSceneSessionManager::SetAppDragResizeType); in Init() 1049 napi_value JsSceneSessionManager::SetAppDragResizeType(napi_env env, napi_callback_info info) in SetAppDragResizeType() function in OHOS::Rosen::JsSceneSessionManager
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_test.cpp | 1129 HWTEST_F(sceneSessionManagerProxyTest, SetAppDragResizeType, Function | SmallTest | Level2) 1137 sceneSessionManagerProxy->SetAppDragResizeType(bundleName, dragResizeType);
|
H A D | scene_session_manager_test.cpp | 1858 HWTEST_F(SceneSessionManagerTest, SetAppDragResizeType, Function | SmallTest | Level3) 1868 ASSERT_EQ(ssm_->SetAppDragResizeType(info.bundleName_, dragResizeType), WMError::WM_OK);
|
/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() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 1278 WMError errCode = SetAppDragResizeType(bundleName, static_cast<DragResizeType>(dragResizeType)); in HandleSetAppDragResizeType()
|
H A D | scene_session_manager_proxy.cpp | 2534 WMError SceneSessionManagerProxy::SetAppDragResizeType(const std::string& bundleName, DragResizeTyp… in SetAppDragResizeType() function in OHOS::Rosen::SceneSessionManagerProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 431 …WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) overrid…
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1714 sceneSession->SetAppDragResizeType(dragResizeType); in CreateSceneSession() 1749 sceneSession->SetAppDragResizeType(appDragResizeType); in SetGlobalDragResizeType() 1765 WMError SceneSessionManager::SetAppDragResizeType(const std::string& bundleName, DragResizeType dra… in SetAppDragResizeType() function in OHOS::Rosen::SceneSessionManager 1792 sceneSession->SetAppDragResizeType(dragResizeType); in SetAppDragResizeTypeInner()
|