Home
last modified time | relevance | path

Searched refs:GetTitleButtonArea (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/previewer/include/
H A Dwindow.h336 virtual WMError GetTitleButtonArea(TitleButtonRect& titleButtonRect) in GetTitleButtonArea() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h261 virtual WMError GetTitleButtonArea(TitleButtonRect& titleButtonRect) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp992 * @tc.name: GetTitleButtonArea
993 * @tc.desc: GetTitleButtonArea
996 HWTEST_F(WindowSessionImplTest2, GetTitleButtonArea, Function | SmallTest | Level2) in HWTEST_F()
998 auto window = GetTestWindowImpl("GetTitleButtonArea"); in HWTEST_F()
1006 ASSERT_EQ(window->GetTitleButtonArea(titleButtonRect), WMError::WM_OK); in HWTEST_F()
H A Dwindow_session_impl_test4.cpp382 * @tc.name: GetTitleButtonArea
383 * @tc.desc: GetTitleButtonArea and check the retCode
386 HWTEST_F(WindowSessionImplTest4, GetTitleButtonArea, Function | SmallTest | Level2) in HWTEST_F()
391 option->SetWindowName("GetTitleButtonArea"); in HWTEST_F()
401 WMError res = window->GetTitleButtonArea(titleButtonRect); in HWTEST_F()
437 option->SetWindowName("GetTitleButtonArea"); in HWTEST_F()
469 option->SetWindowName("GetTitleButtonArea"); in HWTEST_F()
500 option->SetWindowName("GetTitleButtonArea"); in HWTEST_F()
527 option->SetWindowName("GetTitleButtonArea"); in HWTEST_F()
H A Dwindow_test.cpp2677 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->GetTitleButtonArea(titleButtonRect)); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2006 virtual WMError GetTitleButtonArea(TitleButtonRect& titleButtonRect) in GetTitleButtonArea() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1994 WMError WindowSessionImpl::GetTitleButtonArea(TitleButtonRect& titleButtonRect) in GetTitleButtonArea() function in OHOS::OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp6293 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->GetTitleButtonArea(titleButtonRect)); in OnGetTitleButtonRect()

Completed in 36 milliseconds