Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp969 * @tc.name: GetDecorHeight
970 * @tc.desc: GetDecorHeight
973 HWTEST_F(WindowSessionImplTest2, GetDecorHeight, Function | SmallTest | Level2) in HWTEST_F()
975 auto window = GetTestWindowImpl("GetDecorHeight"); in HWTEST_F()
980 ASSERT_EQ(window->GetDecorHeight(height), WMError::WM_ERROR_NULLPTR); in HWTEST_F()
985 ASSERT_EQ(window->GetDecorHeight(height), WMError::WM_OK); in HWTEST_F()
987 window->GetDecorHeight(height); in HWTEST_F()
H A Dwindow_session_impl_test4.cpp357 * @tc.name: GetDecorHeight
358 * @tc.desc: GetDecorHeight and check the retCode
361 HWTEST_F(WindowSessionImplTest4, GetDecorHeight, Function | SmallTest | Level2) in HWTEST_F()
366 option->SetWindowName("GetDecorHeight"); in HWTEST_F()
376 WMError res = window->GetDecorHeight(height); in HWTEST_F()
H A Dwindow_test.cpp2630 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->GetDecorHeight(var)); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h335 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h260 virtual WMError GetDecorHeight(int32_t& height) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1998 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1958 WMError WindowSessionImpl::GetDecorHeight(int32_t& height) in GetDecorHeight() function in OHOS::OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp769 WMError ret = GetDecorHeight(titleBarHeight); in HandlePointDownEvent()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp6272 WMError ret = window->GetDecorHeight(height); in OnGetWindowDecorHeight()

Completed in 48 milliseconds