/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_effect_test.cpp | 99 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 D | window_input_test.cpp | 150 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 D | window_scene_effect_test.cpp | 101 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 D | window_effect_test.cpp | 99 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 D | window_session_impl_test3.cpp | 128 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_PARAM); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 1026 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 D | js_window_register_manager.cpp | 256 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 D | js_transition_controller.cpp | 72 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 D | js_window_manager.cpp | 418 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 D | js_window_stage.cpp | 244 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 D | js_embeddable_window_stage.cpp | 186 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 D | wm_common.cpp | 25 {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 D | js_extension_window.cpp | 564 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 D | window_manager_impl.cpp | 95 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 D | window_impl.cpp | 208 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 D | window_dumper.cpp | 47 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 D | window_system_effect.cpp | 149 return WMError::WM_ERROR_INVALID_PARAM; in SetWindowShadow()
|
/foundation/window/window_manager/extension/window_extension/src/ |
H A D | js_window_extension_context.cpp | 112 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 D | graphic_common_c.h | 86 WM_ERROR_INVALID_PARAM = GSERROR_INVALID_ARGUMENTS, enumerator
|
/foundation/graphic/graphic_2d/interfaces/inner_api/common/ |
H A D | graphic_common_c.h | 83 WM_ERROR_INVALID_PARAM = GSERROR_INVALID_ARGUMENTS, enumerator
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 185 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 D | js_err_utils.cpp | 73 {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 D | js_window_manager.cpp | 195 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 D | js_window_register_manager.cpp | 130 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 D | window_dumper_test.cpp | 96 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_PARAM); in HWTEST_F()
|