Home
last modified time | relevance | path

Searched refs:WM_ERROR_SYSTEM_ABNORMALLY (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dwm_common.cpp31 {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 Dwm_common.h178 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 Dwindow_stage_impl.cpp28 ret.code = static_cast<int32_t>(WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY); in CreateCjSubWindowArrayObject()
H A Dwindow_manager_impl.cpp50 return static_cast<int32_t>(WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY); in CreateNewSystemWindow()
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp120 {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 Dwm_common.h209 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 Djs_window_manager.cpp244 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 Dwindow_extension_session_impl.cpp359 return WMError::WM_ERROR_SYSTEM_ABNORMALLY; in HidePrivacyContentForHost()
H A Dwindow_scene_session_impl.cpp2344 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 Djs_window_utils.cpp357 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 Djs_window.cpp2824 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()

Completed in 36 milliseconds