/foundation/window/window_manager/utils/src/ |
H A D | wm_common.cpp | 33 {WMError::WM_ERROR_NO_REMOTE_ANIMATION, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 79 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 D | window_controller.cpp | 148 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 D | wm_common.h | 171 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 D | js_err_utils.cpp | 62 {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 D | remote_animation_test.cpp | 198 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 D | window_manager_service_test.cpp | 166 ASSERT_NE(WMError::WM_ERROR_NO_REMOTE_ANIMATION, wms->NotifyWindowTransition(fromInfo, toInfo, true)); in HWTEST_F()
|
H A D | window_controller_test.cpp | 156 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 D | wm_common.h | 202 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 D | js_window_utils.cpp | 319 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()
|