Home
last modified time | relevance | path

Searched refs:GetDecorHeight (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp912 HWTEST_F(WindowSessionImplTwoTest, GetDecorHeight, Function | SmallTest | Level2)
919 ASSERT_EQ(window->GetDecorHeight(height), WMError::WM_ERROR_NULLPTR);
924 ASSERT_EQ(window->GetDecorHeight(height), WMError::WM_OK);
926 window->GetDecorHeight(height);
H A Dwindow_session_impl_test4.cpp431 HWTEST_F(WindowSessionImplTest4, GetDecorHeight, Function | SmallTest | Level2)
446 WMError res = window->GetDecorHeight(height);
H A Dwindow_test.cpp2577 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->GetDecorHeight(var));
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h339 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h259 virtual WMError GetDecorHeight(int32_t& height) override;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2075 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2108 WMError WindowSessionImpl::GetDecorHeight(int32_t& height) in GetDecorHeight() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp745 WMError ret = GetDecorHeight(titleBarHeight); in HandlePointDownEvent()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp6314 WMError ret = window->GetDecorHeight(height); in OnGetWindowDecorHeight()