/foundation/window/window_manager/utils/src/ |
H A D | wm_common.cpp | 27 {WMError::WM_ERROR_NOT_SYSTEM_APP, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 955 return WMError::WM_ERROR_NOT_SYSTEM_APP; in CreateWindow() 977 return WMError::WM_ERROR_NOT_SYSTEM_APP; in AddWindow() 1003 return WMError::WM_ERROR_NOT_SYSTEM_APP; in RemoveWindow() 1086 return WMError::WM_ERROR_NOT_SYSTEM_APP; in RegisterWindowManagerAgent() 1107 return WMError::WM_ERROR_NOT_SYSTEM_APP; in UnregisterWindowManagerAgent() 1123 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetWindowAnimationController() 1279 return WMError::WM_ERROR_NOT_SYSTEM_APP; in MinimizeAllAppWindows() 1294 return WMError::WM_ERROR_NOT_SYSTEM_APP; in ToggleShownStateForAllAppWindows() 1316 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetWindowLayoutMode() 1407 return WMError::WM_ERROR_NOT_SYSTEM_APP; in GetAccessibilityWindowInfo() [all...] |
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 170 WM_ERROR_NOT_SYSTEM_APP, member in OHOS::Rosen::WindowType::WindowState::WMError 203 WM_ERROR_NOT_SYSTEM_APP = 202, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode 277 {WMError::WM_ERROR_NOT_SYSTEM_APP, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 61 {WMError::WM_ERROR_NOT_SYSTEM_APP, WM_ERROR_MSG_NOT_SYSTEM_APP }, member in OHOS::Rosen::WMError 115 {WmErrorCode::WM_ERROR_NOT_SYSTEM_APP, WM_ERROR_CODE_MSG_NOT_SYSTEM_APP }, member in OHOS::Rosen::WmErrorCode
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_stage_impl.cpp | 163 return static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP); in SetShowOnLockScreen()
|
H A D | window_impl.cpp | 229 return static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP); in SetWindowMode() 714 return static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP); in SetCornerRadius() 778 return static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP); in SetWakeUpScreen()
|
/foundation/window/window_manager/extension/window_extension/src/ |
H A D | js_window_extension_context.cpp | 103 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP))); in OnStartAbility()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 407 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetWindowType() 465 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetAlpha() 519 return WMError::WM_ERROR_NOT_SYSTEM_APP; in AddWindowFlag() 536 return WMError::WM_ERROR_NOT_SYSTEM_APP; in RemoveWindowFlag() 2070 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetSnapshotSkip() 2113 return WMError::WM_ERROR_NOT_SYSTEM_APP; in DisableAppWindowDecor() 2449 return WMError::WM_ERROR_NOT_SYSTEM_APP; in RegisterAnimationTransitionController() 4157 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetShadowRadius() 4172 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetShadowColor() 4188 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetShadowOffsetX() [all...] |
H A D | window_scene_session_impl.cpp | 2420 return WmErrorCode::WM_ERROR_NOT_SYSTEM_APP; in StartMoveSystemWindow() 2510 return WMError::WM_ERROR_NOT_SYSTEM_APP; in DisableAppWindowDecor() 2668 return WMError::WM_ERROR_NOT_SYSTEM_APP; in AddWindowFlag() 2672 return WMError::WM_ERROR_NOT_SYSTEM_APP; in AddWindowFlag() 2911 return WMError::WM_ERROR_NOT_SYSTEM_APP; in CheckParmAndPermission() 3095 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetSnapshotSkip() 3208 return WMError::WM_ERROR_NOT_SYSTEM_APP; in RegisterAnimationTransitionController() 3313 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetAlpha()
|
H A D | window_extension_session_impl.cpp | 357 return WMError::WM_ERROR_NOT_SYSTEM_APP; in HidePrivacyContentForHost()
|
H A D | window_session_impl.cpp | 966 return WMError::WM_ERROR_NOT_SYSTEM_APP; in RequestFocusByClient() 1650 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetWindowType()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_transition_controller.cpp | 65 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP); in OnCompleteTransition()
|
H A D | js_window.cpp | 1110 WmErrorCode::WM_OK : WmErrorCode::WM_ERROR_NOT_SYSTEM_APP;
in OnShowWithAnimation() 1249 WmErrorCode::WM_OK : WmErrorCode::WM_ERROR_NOT_SYSTEM_APP;
in OnHide() 1299 WmErrorCode::WM_OK : WmErrorCode::WM_ERROR_NOT_SYSTEM_APP;
in OnHideWithAnimation() 1850 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP);
in OnSetWindowMode() 2091 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP);
in OnBindDialogTarget() 3643 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP);
in OnSetTopmost() 3866 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP);
in OnSetWakeUpScreen() 4074 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP);
in OnSetTouchableAreas() 4283 errCode = WmErrorCode::WM_ERROR_NOT_SYSTEM_APP;
in OnSetSingleFrameComposerEnabled() 5078 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP);
in OnScale() [all...] |
H A D | js_window_utils.cpp | 347 napi_set_named_property(env, objValue, "WM_ERROR_NOT_SYSTEM_APP", CreateJsValue(env,
in WindowErrorCodeInit() 348 static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP)));
in WindowErrorCodeInit()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test4.cpp | 174 ASSERT_EQ(WMError::WM_ERROR_NOT_SYSTEM_APP, res); in HWTEST_F() 542 EXPECT_EQ(WMError::WM_ERROR_NOT_SYSTEM_APP, sceneSession->ProcessUpdatePropertyByAction(property, in HWTEST_F() 569 EXPECT_EQ(WMError::WM_ERROR_NOT_SYSTEM_APP, sceneSession->ProcessUpdatePropertyByAction(property, in HWTEST_F() 581 EXPECT_EQ(WMError::WM_ERROR_NOT_SYSTEM_APP, sceneSession->ProcessUpdatePropertyByAction(property, in HWTEST_F() 605 EXPECT_EQ(WMError::WM_ERROR_NOT_SYSTEM_APP, sceneSession->ProcessUpdatePropertyByAction(property, in HWTEST_F()
|
H A D | scene_session_test5.cpp | 1278 ASSERT_EQ(WMError::WM_ERROR_NOT_SYSTEM_APP, session->HandleActionUpdateModeSupportInfo(property, in HWTEST_F()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/ |
H A D | js_window_stage.cpp | 529 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP)); in OnSetShowOnLockScreen() 530 return CreateJsValue(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP)); in OnSetShowOnLockScreen() 665 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP)); in OnCreateSubWindowWithOptions()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 201 WM_ERROR_NOT_SYSTEM_APP, member in OHOS::Rosen::WindowType::WindowModeType::WMError 234 WM_ERROR_NOT_SYSTEM_APP = 202, member in OHOS::Rosen::WindowType::WindowModeType::WmErrorCode
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/ |
H A D | js_window_manager.cpp | 998 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP);
in OnSetWindowLayoutMode() 1119 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP));
in OnSetWaterMarkImage()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 3485 return WMError::WM_ERROR_NOT_SYSTEM_APP; in UpdateSessionPropertyByAction() 3810 return WMError::WM_ERROR_NOT_SYSTEM_APP; in HandleActionUpdateDecorEnable() 3838 return WMError::WM_ERROR_NOT_SYSTEM_APP; in HandleActionUpdateDragenabled() 3853 return WMError::WM_ERROR_NOT_SYSTEM_APP; in HandleActionUpdateRaiseenabled() 3906 return WMError::WM_ERROR_NOT_SYSTEM_APP; in HandleActionUpdateTopmost() 4699 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetSystemWindowEnableDrag() 4732 return WMError::WM_ERROR_NOT_SYSTEM_APP; in HandleActionUpdateModeSupportInfo()
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_proxy.cpp | 2197 return WMError::WM_ERROR_NOT_SYSTEM_APP; in MinimizeAllAppWindows() 2207 return WMError::WM_ERROR_NOT_SYSTEM_APP; in ToggleShownStateForAllAppWindows()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1425 return WMError::WM_ERROR_NOT_SYSTEM_APP; in CheckWindowId() 3691 return WMError::WM_ERROR_NOT_SYSTEM_APP; in UpdateTopmostProperty() 3932 return WMError::WM_ERROR_NOT_SYSTEM_APP; in SetGestureNavigationEnabled() 6817 return WMError::WM_ERROR_NOT_SYSTEM_APP; in GetSessionSnapshotById() 7104 return WMError::WM_ERROR_NOT_SYSTEM_APP; in RegisterWindowManagerAgent() 7126 return WMError::WM_ERROR_NOT_SYSTEM_APP; in UnregisterWindowManagerAgent() 7201 return WMError::WM_ERROR_NOT_SYSTEM_APP; in GetAccessibilityWindowInfo() 7270 return WMError::WM_ERROR_NOT_SYSTEM_APP; in GetUnreliableWindowInfo() 9582 return WMError::WM_ERROR_NOT_SYSTEM_APP; in GetVisibilityWindowInfo()
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window.cpp | 933 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP)));
in OnCreateSubWindowWithOptions()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_client.cpp | 2023 if (err == Rosen::WMError::WM_ERROR_NOT_SYSTEM_APP) { in TerminateMission()
|