/foundation/window/window_manager/utils/src/ |
H A D | wm_common.cpp | 31 {WMError::WM_ERROR_IPC_FAILED, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 32 {WMError::WM_ERROR_NO_MEM, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 33 {WMError::WM_ERROR_NO_REMOTE_ANIMATION, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 39 {WMError::WM_ERROR_SAMGR, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 48 {WMError::WM_ERROR_SYSTEM_ABNORMALLY, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 178 WM_ERROR_SYSTEM_ABNORMALLY, member in OHOS::Rosen::WindowType::WindowState::WMError 209 WM_ERROR_SYSTEM_ABNORMALLY = 1300003, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode 281 {WMError::WM_ERROR_IPC_FAILED, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 282 {WMError::WM_ERROR_NO_MEM, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 283 {WMError::WM_ERROR_NO_REMOTE_ANIMATION, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 289 {WMError::WM_ERROR_SAMGR, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, 291 {WMError::WM_ERROR_SYSTEM_ABNORMALLY, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_stage_impl.cpp | 28 ret.code = static_cast<int32_t>(WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY); in CreateCjSubWindowArrayObject()
|
H A D | window_manager_impl.cpp | 50 return static_cast<int32_t>(WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY); in CreateNewSystemWindow()
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 120 {WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY, WM_ERROR_CODE_MSG_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WmErrorCode
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 209 WM_ERROR_SYSTEM_ABNORMALLY, member in OHOS::Rosen::WindowType::WindowModeType::WMError 239 WM_ERROR_SYSTEM_ABNORMALLY = 1300003, 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 | 244 task.Reject(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY,
in CreateNewSystemWindowTask() 319 task.Reject(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY,
in CreateNewSubWindowTask() 352 task.Reject(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY,
in CreateSubWindowTask()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 359 return WMError::WM_ERROR_SYSTEM_ABNORMALLY; in HidePrivacyContentForHost()
|
H A D | window_scene_session_impl.cpp | 2344 CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, WMError::WM_ERROR_SYSTEM_ABNORMALLY); in Restore() 2431 return WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY; in StartMoveSystemWindow()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.cpp | 357 napi_set_named_property(env, objValue, "WM_ERROR_SYSTEM_ABNORMALLY", CreateJsValue(env,
in WindowErrorCodeInit() 358 static_cast<int32_t>(WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY)));
in WindowErrorCodeInit()
|
H A D | js_window.cpp | 2824 task.Reject(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY,
in OnEnableLandscapeMultiWindow() 2855 task.Reject(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY,
in OnDisableLandscapeMultiWindow() 2996 return NapiThrowError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY);
in OnGetWindowSystemBarPropertiesSync() 6603 return NapiThrowError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY);
in OnSetImmersiveModeEnabledState() 6803 return NapiThrowError(env, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY);
in OnSetGestureBackEnabled()
|