Home
last modified time | relevance | path

Searched refs:SetDecorHeight (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test3.cpp84 * @tc.name: SetDecorHeight
93 WMError res = window_->SetDecorHeight(100); in HWTEST_F()
H A Dwindow_test.cpp2629 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetDecorHeight(var)); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h334 virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetDecorHeight() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h259 virtual WMError SetDecorHeight(int32_t decorHeight) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1991 virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetDecorHeight() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1927 WMError WindowSessionImpl::SetDecorHeight(int32_t decorHeight) in SetDecorHeight() function in OHOS::OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp6253 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->SetDecorHeight(height)); in OnSetWindowDecorHeight()

Completed in 37 milliseconds