Home
last modified time | relevance | path

Searched refs:SetAppDragResizeType (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp690 HWTEST_F(WindowAdapterTest, SetAppDragResizeType, Function | SmallTest | Level2)
695 auto err = windowAdapter.SetAppDragResizeType(bundleName, dragResizeType);
H A Dwindow_manager_test.cpp1475 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 Dwindow_adapter.h152 …virtual WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h133 …WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) overrid…
H A Dscene_session_manager_interface.h295 WMError SetAppDragResizeType(const std::string& bundleName, in SetAppDragResizeType() function
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h255 virtual WMError SetAppDragResizeType(const std::string& bundleName, in SetAppDragResizeType() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h850 WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp1021 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 Dwindow_manager.cpp1380 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 Djs_scene_session_manager.h110 static napi_value SetAppDragResizeType(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp197 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 Dscene_session_manager_proxy_test.cpp1129 HWTEST_F(sceneSessionManagerProxyTest, SetAppDragResizeType, Function | SmallTest | Level2)
1137 sceneSessionManagerProxy->SetAppDragResizeType(bundleName, dragResizeType);
H A Dscene_session_manager_test.cpp1858 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 Dscene_session.h528 … void SetAppDragResizeType(DragResizeType dragResizeType) { appDragResizeType_ = dragResizeType; } in SetAppDragResizeType() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp1278 WMError errCode = SetAppDragResizeType(bundleName, static_cast<DragResizeType>(dragResizeType)); in HandleSetAppDragResizeType()
H A Dscene_session_manager_proxy.cpp2534 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 Dscene_session_manager.h431 …WMError SetAppDragResizeType(const std::string& bundleName, DragResizeType dragResizeType) overrid…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1714 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()