Home
last modified time | relevance | path

Searched refs:SetDecorHeight (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h338 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h258 virtual WMError SetDecorHeight(int32_t decorHeight) override;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2068 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp2576 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetDecorHeight(var));
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2075 WMError WindowSessionImpl::SetDecorHeight(int32_t decorHeight) in SetDecorHeight() function in OHOS::Rosen::WindowSessionImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp6295 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->SetDecorHeight(height)); in OnSetWindowDecorHeight()