Home
last modified time | relevance | path

Searched refs:WM_ERROR_NOT_SYSTEM_APP (Results 1 - 24 of 24) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dwm_common.cpp27 {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 Dwindow_manager_service.cpp955 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 Dwm_common.h170 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 Djs_err_utils.cpp61 {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 Dwindow_stage_impl.cpp163 return static_cast<int32_t>(WmErrorCode::WM_ERROR_NOT_SYSTEM_APP); in SetShowOnLockScreen()
H A Dwindow_impl.cpp229 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 Djs_window_extension_context.cpp103 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 Dwindow_impl.cpp407 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 Dwindow_scene_session_impl.cpp2420 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 Dwindow_extension_session_impl.cpp357 return WMError::WM_ERROR_NOT_SYSTEM_APP; in HidePrivacyContentForHost()
H A Dwindow_session_impl.cpp966 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 Djs_transition_controller.cpp65 return NapiThrowError(env, WmErrorCode::WM_ERROR_NOT_SYSTEM_APP); in OnCompleteTransition()
H A Djs_window.cpp1110 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 Djs_window_utils.cpp347 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 Dscene_session_test4.cpp174 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 Dscene_session_test5.cpp1278 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 Djs_window_stage.cpp529 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 Dwm_common.h201 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 Djs_window_manager.cpp998 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 Dscene_session.cpp3485 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 Dscene_session_manager_proxy.cpp2197 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 Dscene_session_manager.cpp1425 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 Djs_extension_window.cpp933 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 Dability_manager_client.cpp2023 if (err == Rosen::WMError::WM_ERROR_NOT_SYSTEM_APP) { in TerminateMission()

Completed in 89 milliseconds