Home
last modified time | relevance | path

Searched refs:SetResizeByDragEnabled (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h86 int32_t SetResizeByDragEnabled(bool enable);
H A Dwindow_impl.cpp730 int32_t CJWindowImpl::SetResizeByDragEnabled(bool enable) in SetResizeByDragEnabled() function in OHOS::Rosen::CJWindowImpl
737 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetResizeByDragEnabled(enable)); in SetResizeByDragEnabled()
H A Dwindow_ffi.cpp589 int32_t res = instance->SetResizeByDragEnabled(enable); in FFiOHOSWindowSetResizeByDragEnabled()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp220 WMError retCode = window->SetResizeByDragEnabled(true);
240 WMError retCode = window->SetResizeByDragEnabled(true);
263 WMError retCode = window->SetResizeByDragEnabled(true);
267 retCode = window->SetResizeByDragEnabled(true);
271 retCode = window->SetResizeByDragEnabled(true);
H A Dwindow_test.cpp2189 HWTEST_F(WindowTest, SetResizeByDragEnabled, Function | SmallTest | Level2)
2193 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetResizeByDragEnabled(true));
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h217 virtual WMError SetResizeByDragEnabled(bool dragEnabled) override;
H A Dwindow.h304 virtual WMError SetResizeByDragEnabled(bool dragEnabled) = 0;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h106 static napi_value SetResizeByDragEnabled(napi_env env, napi_callback_info info);
H A Djs_window.cpp565 napi_value JsWindow::SetResizeByDragEnabled(napi_env env, napi_callback_info info) in SetResizeByDragEnabled() function in OHOS::Rosen::JsWindow
4172 WMError ret = weakWindow->SetResizeByDragEnabled(dragEnabled); in OnSetResizeByDragEnabled()
7052 …ativeFunction(env, object, "setResizeByDragEnabled", moduleName, JsWindow::SetResizeByDragEnabled); in BindFunctions()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h105 WMError SetResizeByDragEnabled(bool dragEnabled) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1118 WMError WindowImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1764 …virtual WMError SetResizeByDragEnabled(bool dragEnabled) { return WMError::WM_ERROR_DEVICE_NOT_SUP… in SetResizeByDragEnabled() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp339 window->SetResizeByDragEnabled(boolVal); in CheckWindowImplFunctionsPart1()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1635 WMError WindowSessionImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled() function in OHOS::Rosen::WindowSessionImpl