Home
last modified time | relevance | path

Searched refs:WM_ERROR_INVALID_PARAM (Results 1 - 25 of 58) sorted by relevance

123

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_effect_test.cpp99 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowRadius(-1.0)); in HWTEST_F()
118 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("ff22ee44")); in HWTEST_F()
119 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("22ee44")); in HWTEST_F()
120 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ppEE44")); in HWTEST_F()
121 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#eepp44")); in HWTEST_F()
122 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ffeePP44")); in HWTEST_F()
123 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ff22ee4422")); in HWTEST_F()
124 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ff")); in HWTEST_F()
165 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetBlur(-1.0)); in HWTEST_F()
183 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, windo in HWTEST_F()
[all...]
H A Dwindow_input_test.cpp150 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
154 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
158 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
162 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
166 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
170 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_effect_test.cpp101 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowRadius(-1.0)); in HWTEST_F()
120 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("ff22ee44")); in HWTEST_F()
121 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("22ee44")); in HWTEST_F()
122 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ppEE44")); in HWTEST_F()
123 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#eepp44")); in HWTEST_F()
124 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ffeePP44")); in HWTEST_F()
125 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ff22ee4422")); in HWTEST_F()
126 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ff")); in HWTEST_F()
167 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetBlur(-1.0)); in HWTEST_F()
185 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, windo in HWTEST_F()
[all...]
H A Dwindow_effect_test.cpp99 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowRadius(-1.0)); in HWTEST_F()
125 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("ff22ee44")); in HWTEST_F()
126 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("22ee44")); in HWTEST_F()
127 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ppEE44")); in HWTEST_F()
128 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#eepp44")); in HWTEST_F()
129 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ffeePP44")); in HWTEST_F()
130 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ff22ee4422")); in HWTEST_F()
131 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetShadowColor("#ff")); in HWTEST_F()
186 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetBlur(-1.0)); in HWTEST_F()
211 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, windo in HWTEST_F()
[all...]
H A Dwindow_session_impl_test3.cpp128 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_PARAM); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp1026 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnShow()
1164 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnDestroy()
1424 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnMoveTo()
1429 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnMoveTo()
1435 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnMoveTo()
1478 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnMoveWindowTo()
1483 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnMoveWindowTo()
1488 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnMoveWindowTo()
1490 if (errCode == WmErrorCode::WM_ERROR_INVALID_PARAM) { in OnMoveWindowTo()
1491 return NapiThrowError(env, WmErrorCode::WM_ERROR_INVALID_PARAM); in OnMoveWindowTo()
[all...]
H A Djs_window_register_manager.cpp256 return WmErrorCode::WM_ERROR_INVALID_PARAM; in ProcessWindowNoInteractionRegister()
264 return WmErrorCode::WM_ERROR_INVALID_PARAM; in ProcessWindowNoInteractionRegister()
412 return WmErrorCode::WM_ERROR_INVALID_PARAM; in ProcessListener()
452 return WmErrorCode::WM_ERROR_INVALID_PARAM; in ProcessListener()
463 return WmErrorCode::WM_ERROR_INVALID_PARAM; in ProcessListener()
H A Djs_transition_controller.cpp72 return NapiThrowError(env, WmErrorCode::WM_ERROR_INVALID_PARAM); in OnCompleteTransition()
76 return NapiThrowError(env, WmErrorCode::WM_ERROR_INVALID_PARAM); in OnCompleteTransition()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp418 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnCreate()
424 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnCreate()
531 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnCreateWindow()
537 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnCreateWindow()
544 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnCreateWindow()
576 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnGetSnapshot()
582 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnGetSnapshot()
627 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnFindWindow()
631 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnFindWindow()
635 errCode = WMError::WM_ERROR_INVALID_PARAM; in OnFindWindow()
[all...]
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp244 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnEvent()
252 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnEvent()
258 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnEvent()
295 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OffEvent()
358 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnLoadContent()
372 if (errCode == WmErrorCode::WM_ERROR_INVALID_PARAM) { in OnLoadContent()
374 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnLoadContent()
450 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnCreateSubWindow()
452 if (errCode == WmErrorCode::WM_ERROR_INVALID_PARAM) { in OnCreateSubWindow()
454 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnCreateSubWindow()
[all...]
/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.cpp186 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OnEvent()
194 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OnEvent()
200 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OnEvent()
230 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OffEvent()
235 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OffEvent()
291 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnLoadContent()
305 if (errCode == WmErrorCode::WM_ERROR_INVALID_PARAM) { in OnLoadContent()
307 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OnLoadContent()
/foundation/window/window_manager/utils/src/
H A Dwm_common.cpp25 {WMError::WM_ERROR_INVALID_PARAM, WmErrorCode::WM_ERROR_INVALID_PARAM }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp564 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnSetUIContent()
569 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnSetUIContent()
576 if (errCode == WmErrorCode::WM_ERROR_INVALID_PARAM) { in OnSetUIContent()
577 return NapiThrowError(env, WmErrorCode::WM_ERROR_INVALID_PARAM); in OnSetUIContent()
608 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnLoadContent()
622 if (errCode == WmErrorCode::WM_ERROR_INVALID_PARAM) { in OnLoadContent()
624 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OnLoadContent()
661 return NapiThrowError(env, WmErrorCode::WM_ERROR_INVALID_PARAM); in OnGetWindowAvoidArea()
666 errCode = WmErrorCode::WM_ERROR_INVALID_PARAM; in OnGetWindowAvoidArea()
673 WmErrorCode::WM_ERROR_INVALID_PARAM in OnGetWindowAvoidArea()
[all...]
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_manager_impl.cpp95 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in CreateWindow()
104 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in CreateWindow()
118 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in MinimizeAll()
H A Dwindow_impl.cpp208 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in Resize()
334 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in SetBackdropBlurStyle()
357 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in SetPreferredOrientation()
406 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in GetWindowAvoidArea()
529 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in SetShadowRadius()
598 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in SetBackdropBlur()
622 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in SetBlur()
645 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in SetAspectRatio()
722 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in SetCornerRadius()
868 return static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM); in Rotate()
[all...]
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp47 return WMError::WM_ERROR_INVALID_PARAM; in Dump()
250 return WMError::WM_ERROR_INVALID_PARAM; in DumpWindowInfo()
258 return WMError::WM_ERROR_INVALID_PARAM; in DumpWindowInfo()
265 case WMError::WM_ERROR_INVALID_PARAM: in ShowIllegalArgsInfo()
H A Dwindow_system_effect.cpp149 return WMError::WM_ERROR_INVALID_PARAM; in SetWindowShadow()
/foundation/window/window_manager/extension/window_extension/src/
H A Djs_window_extension_context.cpp112 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OnStartAbility()
119 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_INVALID_PARAM))); in OnStartAbility()
/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common_c.h86 WM_ERROR_INVALID_PARAM = GSERROR_INVALID_ARGUMENTS, enumerator
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common_c.h83 WM_ERROR_INVALID_PARAM = GSERROR_INVALID_ARGUMENTS, enumerator
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h185 WM_ERROR_INVALID_PARAM, member in OHOS::Rosen::WindowType::WindowState::WMError
204 WM_ERROR_INVALID_PARAM = 401, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode
275 {WMError::WM_ERROR_INVALID_PARAM, WmErrorCode::WM_ERROR_INVALID_PARAM }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp73 {WMError::WM_ERROR_INVALID_PARAM, WM_ERROR_MSG_INVALID_PARAM }, member in OHOS::Rosen::WMError
116 {WmErrorCode::WM_ERROR_INVALID_PARAM, WM_ERROR_CODE_MSG_INVALID_PARAM }, member in OHOS::Rosen::WmErrorCode
/foundation/window/window_manager/previewer/mock/window_manager_napi/
H A Djs_window_manager.cpp195 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnGetLastWindow()
203 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_INVALID_PARAM)); in OnGetLastWindow()
/foundation/window/window_manager/previewer/mock/
H A Djs_window_register_manager.cpp130 return WmErrorCode::WM_ERROR_INVALID_PARAM; in ProcessRegisterCallback()
133 return WmErrorCode::WM_ERROR_INVALID_PARAM; in ProcessRegisterCallback()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_dumper_test.cpp96 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_PARAM); in HWTEST_F()

Completed in 27 milliseconds

123