Home
last modified time | relevance | path

Searched refs:WM_ERROR_NO_REMOTE_ANIMATION (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dwm_common.cpp33 {WMError::WM_ERROR_NO_REMOTE_ANIMATION, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp79 return WMError::WM_ERROR_NO_REMOTE_ANIMATION; in SetWindowAnimationController()
494 return WMError::WM_ERROR_NO_REMOTE_ANIMATION; in NotifyAnimationBackTransition()
593 return WMError::WM_ERROR_NO_REMOTE_ANIMATION; in NotifyAnimationByHome()
683 return WMError::WM_ERROR_NO_REMOTE_ANIMATION; in NotifyAnimationScreenUnlock()
H A Dwindow_controller.cpp148 return WMError::WM_ERROR_NO_REMOTE_ANIMATION; in NotifyWindowTransition()
166 return WMError::WM_ERROR_NO_REMOTE_ANIMATION; in NotifyWindowTransition()
625 WMError res = WMError::WM_ERROR_NO_REMOTE_ANIMATION; in RemoveWindowNode()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h171 WM_ERROR_NO_REMOTE_ANIMATION, member in OHOS::Rosen::WindowType::WindowState::WMError
283 {WMError::WM_ERROR_NO_REMOTE_ANIMATION, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp62 {WMError::WM_ERROR_NO_REMOTE_ANIMATION, WM_ERROR_MSG_NO_REMOTE_ANIMATION }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp198 EXPECT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, RemoteAnimation::SetWindowAnimationController(controller)); in HWTEST_F()
798 EXPECT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, ret); in HWTEST_F()
998 EXPECT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, ret); in HWTEST_F()
H A Dwindow_manager_service_test.cpp166 ASSERT_NE(WMError::WM_ERROR_NO_REMOTE_ANIMATION, wms->NotifyWindowTransition(fromInfo, toInfo, true)); in HWTEST_F()
H A Dwindow_controller_test.cpp156 ASSERT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, windowController_->NotifyWindowTransition(srcInfo, dstInfo)); in HWTEST_F()
185 ASSERT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, windowController_->NotifyWindowTransition(srcInfo, dstInfo)); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h202 WM_ERROR_NO_REMOTE_ANIMATION, member in OHOS::Rosen::WindowType::WindowModeType::WMError
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp319 napi_set_named_property(env, objValue, "WM_ERROR_NO_REMOTE_ANIMATION", CreateJsValue(env, in WindowErrorInit()
320 static_cast<int32_t>(WMError::WM_ERROR_NO_REMOTE_ANIMATION))); in WindowErrorInit()

Completed in 20 milliseconds