Home
last modified time | relevance | path

Searched refs:WM_DO_NOTHING (Results 1 - 25 of 40) sorted by relevance

12

/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp692 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 Dwindow_scene_session_impl.cpp1225 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 Dwindow_system_effect.cpp56 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 Dwindow_group_mgr.cpp41 return WMError::WM_DO_NOTHING; in MoveMissionsToForeground()
68 return WMError::WM_DO_NOTHING; in MoveMissionsToBackground()
H A Dwindow_manager_service.cpp1498 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 Dwindow_node_container.cpp1110 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 Dwindow_root.cpp614 return WMError::WM_DO_NOTHING; in PostProcessAddWindowNode()
919 return WMError::WM_DO_NOTHING; in SetGestureNavigationEnabled()
H A Dwindow_controller.cpp1285 return WMError::WM_DO_NOTHING; in RaiseToAppTop()
1356 return WMError::WM_DO_NOTHING; in ToggleShownStateForAllAppWindows()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp745 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 Dwindow_adapter_test.cpp286 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 Dpicture_in_picture_controller_test.cpp138 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 Dwindow_scene_session_impl_test3.cpp357 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 Dwindow_impl_test3.cpp403 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 Dwindow_scene_session_impl_test.cpp491 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 Dwm_common.cpp21 {WMError::WM_DO_NOTHING, WmErrorCode::WM_ERROR_STATE_ABNORMALLY }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_system_effect_test.cpp119 ASSERT_EQ(WMError::WM_DO_NOTHING, WindowSystemEffect::SetCornerRadius(node_)); in HWTEST_F()
H A Dwindow_root_test.cpp580 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 Dwindow_manager_service_test.cpp293 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 Dwm_common.h163 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 Djs_err_utils.cpp54 {WMError::WM_DO_NOTHING, WM_ERROR_MSG_DO_NOTHING }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_raisetoapptop_test.cpp207 ASSERT_EQ(WMError::WM_DO_NOTHING, result); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_impl.cpp711 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 Dui_ability_impl.cpp527 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 Dscene_session_manager_test.cpp1778 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 Dwm_common.h194 WM_DO_NOTHING, member in OHOS::Rosen::WindowType::WindowModeType::WMError

Completed in 52 milliseconds

12