/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 86 int32_t SetResizeByDragEnabled(bool enable);
|
H A D | window_impl.cpp | 730 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 D | window_ffi.cpp | 584 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 D | window.h | 301 virtual WMError SetResizeByDragEnabled(bool dragEnabled) = 0;
|
H A D | window_impl.h | 217 virtual WMError SetResizeByDragEnabled(bool dragEnabled) override;
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test.cpp | 213 * @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 D | window_test.cpp | 2241 * @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 D | js_window.h | 106 static napi_value SetResizeByDragEnabled(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 553 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 D | window_impl.cpp | 1098 WMError WindowImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled() function in OHOS::Rosen::WindowImpl
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 105 WMError SetResizeByDragEnabled(bool dragEnabled) override;
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1709 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 D | window_fuzzer.cpp | 339 window->SetResizeByDragEnabled(boolVal); in CheckWindowImplFunctionsPart1()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 1557 WMError WindowSessionImpl::SetResizeByDragEnabled(bool dragEnabled) in SetResizeByDragEnabled() function in OHOS::OHOS::Rosen::WindowSessionImpl
|