Home
last modified time | relevance | path

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

/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.cpp584 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetResizeByDragEnabled start"); in FFiOHOSWindowSetResizeByDragEnabled()
589 int32_t res = instance->SetResizeByDragEnabled(enable); in FFiOHOSWindowSetResizeByDragEnabled()
590 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetResizeByDragEnabled success"); in FFiOHOSWindowSetResizeByDragEnabled()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h301 virtual WMError SetResizeByDragEnabled(bool dragEnabled) = 0;
H A Dwindow_impl.h217 virtual WMError SetResizeByDragEnabled(bool dragEnabled) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp213 * @tc.desc: SetResizeByDragEnabled and check the retCode
222 WMError retCode = window->SetResizeByDragEnabled(true); in HWTEST_F()
228 * @tc.desc: SetResizeByDragEnabled and check the retCode
242 WMError retCode = window->SetResizeByDragEnabled(true); in HWTEST_F()
249 * @tc.desc: SetResizeByDragEnabled and check the retCode
267 WMError retCode = window->SetResizeByDragEnabled(true); in HWTEST_F()
H A Dwindow_test.cpp2241 * @tc.name: SetResizeByDragEnabled
2245 HWTEST_F(WindowTest, SetResizeByDragEnabled, Function | SmallTest | Level2) in HWTEST_F()
2249 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetResizeByDragEnabled(true)); in HWTEST_F()
/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.cpp553 napi_value JsWindow::SetResizeByDragEnabled(napi_env env, napi_callback_info info) in SetResizeByDragEnabled() function in OHOS::Rosen::JsWindow
555 WLOGI("SetResizeByDragEnabled"); in SetResizeByDragEnabled()
4148 WMError ret = weakWindow->SetResizeByDragEnabled(dragEnabled); in OnSetResizeByDragEnabled()
4161 NapiAsyncTask::Schedule("JsWindow::SetResizeByDragEnabled", in OnSetResizeByDragEnabled()
7013 BindNativeFunction(env, object, "setResizeByDragEnabled", moduleName, JsWindow::SetResizeByDragEnabled); in BindFunctions()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1098 WMError WindowImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h105 WMError SetResizeByDragEnabled(bool dragEnabled) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1709 virtual WMError SetResizeByDragEnabled(bool dragEnabled) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetResizeByDragEnabled() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp339 window->SetResizeByDragEnabled(boolVal); in CheckWindowImplFunctionsPart1()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1557 WMError WindowSessionImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled() function in OHOS::OHOS::Rosen::WindowSessionImpl

Completed in 43 milliseconds