/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 692 INIT_PROXY_CHECK_RETURN(WMError::WM_DO_NOTHING); in UpdateSessionAvoidAreaListener() 695 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in UpdateSessionAvoidAreaListener() 701 INIT_PROXY_CHECK_RETURN(WMError::WM_DO_NOTHING); in UpdateSessionTouchOutsideListener() 704 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in UpdateSessionTouchOutsideListener() 711 INIT_PROXY_CHECK_RETURN(WMError::WM_DO_NOTHING); in NotifyWindowExtensionVisibilityChange() 714 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in NotifyWindowExtensionVisibilityChange() 720 INIT_PROXY_CHECK_RETURN(WMError::WM_DO_NOTHING); in RaiseWindowToTop() 723 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in RaiseWindowToTop() 729 INIT_PROXY_CHECK_RETURN(WMError::WM_DO_NOTHING); in UpdateSessionWindowVisibilityListener() 732 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in UpdateSessionWindowVisibilityListener() [all...] |
H A D | window_scene_session_impl.cpp | 1225 NotifyBackgroundFailed(WMError::WM_DO_NOTHING); in Hide() 1768 return WMError::WM_DO_NOTHING; in RaiseToAppTop() 1808 return WMError::WM_DO_NOTHING; in RaiseAboveTarget() 2185 return WMError::WM_DO_NOTHING; in Minimize() 3620 return WMError::WM_DO_NOTHING; in NotifyPrepareClosePiPWindow()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_system_effect.cpp | 56 return WMError::WM_DO_NOTHING; in SetCornerRadius() 60 return WMError::WM_DO_NOTHING; in SetCornerRadius() 71 return WMError::WM_DO_NOTHING; in SetCornerRadius() 114 return WMError::WM_DO_NOTHING; in SetWindowShadow() 122 return WMError::WM_DO_NOTHING; in SetWindowShadow()
|
H A D | window_group_mgr.cpp | 41 return WMError::WM_DO_NOTHING; in MoveMissionsToForeground() 68 return WMError::WM_DO_NOTHING; in MoveMissionsToBackground()
|
H A D | window_manager_service.cpp | 1498 return WMError::WM_DO_NOTHING; in GetModeChangeHotZones() 1523 return WMError::WM_DO_NOTHING; in UpdateAvoidAreaListener() 1528 return WMError::WM_DO_NOTHING; in UpdateAvoidAreaListener()
|
H A D | window_node_container.cpp | 1110 return WMError::WM_DO_NOTHING; in SetFocusWindow() 1130 return WMError::WM_DO_NOTHING; in SetActiveWindow() 2048 return WMError::WM_DO_NOTHING; in ToggleShownStateForAllAppWindows()
|
H A D | window_root.cpp | 614 return WMError::WM_DO_NOTHING; in PostProcessAddWindowNode() 919 return WMError::WM_DO_NOTHING; in SetGestureNavigationEnabled()
|
H A D | window_controller.cpp | 1285 return WMError::WM_DO_NOTHING; in RaiseToAppTop() 1356 return WMError::WM_DO_NOTHING; in ToggleShownStateForAllAppWindows()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test2.cpp | 745 EXPECT_CALL(m->Mock(), GetAvoidAreaByType(_, _, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 747 ASSERT_EQ(WMError::WM_DO_NOTHING, window->GetAvoidAreaByType(AvoidAreaType::TYPE_CUTOUT, avoidarea)); in HWTEST_F() 807 EXPECT_CALL(m->Mock(), UpdateProperty(_, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 808 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetWindowMode(WindowMode::WINDOW_MODE_FULLSCREEN)); in HWTEST_F() 978 EXPECT_CALL(m->Mock(), UpdateProperty(_, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 979 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(true)); in HWTEST_F() 992 .WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 993 ASSERT_EQ(WMError::WM_DO_NOTHING, window->SetLayoutFullScreen(true)); in HWTEST_F() 1006 .WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 1007 ASSERT_EQ(WMError::WM_DO_NOTHING, windo in HWTEST_F() [all...] |
H A D | window_adapter_test.cpp | 286 return WMError::WM_DO_NOTHING; in HWTEST_F() 596 ASSERT_EQ(WMError::WM_DO_NOTHING, ret); in HWTEST_F() 612 ASSERT_EQ(WMError::WM_DO_NOTHING, ret); in HWTEST_F() 643 ASSERT_EQ(WMError::WM_DO_NOTHING, ret); in HWTEST_F()
|
H A D | picture_in_picture_controller_test.cpp | 138 EXPECT_CALL(*(mw), Show(_, _, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 402 EXPECT_CALL(*(mw1), NotifyPrepareClosePiPWindow()).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 1027 EXPECT_CALL(*(window), Destroy()).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F()
|
H A D | window_scene_session_impl_test3.cpp | 357 EXPECT_EQ(WMError::WM_DO_NOTHING, ret);
in HWTEST_F() 569 EXPECT_EQ(WMError::WM_DO_NOTHING, ret);
in HWTEST_F() 1730 EXPECT_EQ(WMError::WM_DO_NOTHING, ret);
in HWTEST_F() 1734 EXPECT_EQ(WMError::WM_DO_NOTHING, ret);
in HWTEST_F()
|
H A D | window_impl_test3.cpp | 403 EXPECT_CALL(m->Mock(), GetModeChangeHotZones(_, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F() 752 ASSERT_EQ(WMError::WM_DO_NOTHING, window->RaiseToAppTop()); in HWTEST_F()
|
H A D | window_scene_session_impl_test.cpp | 491 ASSERT_EQ(WMError::WM_DO_NOTHING, windowSceneSession->RaiseToAppTop()); in HWTEST_F() 809 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F()
|
/foundation/window/window_manager/utils/src/ |
H A D | wm_common.cpp | 21 {WMError::WM_DO_NOTHING, WmErrorCode::WM_ERROR_STATE_ABNORMALLY }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_system_effect_test.cpp | 119 ASSERT_EQ(WMError::WM_DO_NOTHING, WindowSystemEffect::SetCornerRadius(node_)); in HWTEST_F()
|
H A D | window_root_test.cpp | 580 ASSERT_EQ(ret, WMError::WM_DO_NOTHING); in HWTEST_F() 649 ASSERT_EQ(ret, WMError::WM_DO_NOTHING); in HWTEST_F() 653 ASSERT_EQ(ret, WMError::WM_DO_NOTHING); in HWTEST_F() 670 ASSERT_EQ(ret, WMError::WM_DO_NOTHING); in HWTEST_F() 1455 ASSERT_EQ(WMError::WM_DO_NOTHING, ret); in HWTEST_F() 1494 ASSERT_EQ(WMError::WM_DO_NOTHING, ret); in HWTEST_F()
|
H A D | window_manager_service_test.cpp | 293 ASSERT_EQ(WMError::WM_DO_NOTHING, wms->GetModeChangeHotZones(displayId, hotZone)); in HWTEST_F() 311 ASSERT_NE(WMError::WM_DO_NOTHING, wms->UpdateAvoidAreaListener(0, true)); in HWTEST_F() 819 ASSERT_NE(WMError::WM_DO_NOTHING, res); in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 163 WM_DO_NOTHING, member in OHOS::Rosen::WindowType::WindowState::WMError 271 {WMError::WM_DO_NOTHING, WmErrorCode::WM_ERROR_STATE_ABNORMALLY }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 54 {WMError::WM_DO_NOTHING, WM_ERROR_MSG_DO_NOTHING }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_raisetoapptop_test.cpp | 207 ASSERT_EQ(WMError::WM_DO_NOTHING, result); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_impl.cpp | 711 case static_cast<int32_t>(OHOS::Rosen::WMError::WM_DO_NOTHING): { in ForegroundFailed() 748 if (type == static_cast<int32_t>(OHOS::Rosen::WMError::WM_DO_NOTHING)) { in BackgroundFailed()
|
H A D | ui_ability_impl.cpp | 527 case static_cast<int32_t>(OHOS::Rosen::WMError::WM_DO_NOTHING): { in ForegroundFailed() 566 if (type == static_cast<int32_t>(OHOS::Rosen::WMError::WM_DO_NOTHING)) { in BackgroundFailed()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 1778 ASSERT_EQ(result, WMError::WM_DO_NOTHING); // not report half-fold event until next change in HWTEST_F() 1803 ASSERT_EQ(result, WMError::WM_DO_NOTHING); in HWTEST_F() 1807 ASSERT_EQ(result, WMError::WM_DO_NOTHING); in HWTEST_F() 1812 ASSERT_EQ(result, WMError::WM_DO_NOTHING); in HWTEST_F() 1817 ASSERT_EQ(result, WMError::WM_DO_NOTHING); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 194 WM_DO_NOTHING, member in OHOS::Rosen::WindowType::WindowModeType::WMError
|