Searched refs:WM_ERROR_START_ABILITY_FAILED (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/utils/src/ |
H A D | wm_common.cpp | 40 {WMError::WM_ERROR_START_ABILITY_FAILED, WmErrorCode::WM_ERROR_START_ABILITY_FAILED }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/extension/window_extension/test/unittest/ |
H A D | window_extension_context_test.cpp | 65 ASSERT_EQ(WMError::WM_ERROR_START_ABILITY_FAILED, res); in HWTEST_F()
|
/foundation/window/window_manager/extension/window_extension/src/ |
H A D | window_extension_context.cpp | 39 return WMError::WM_ERROR_START_ABILITY_FAILED; in StartAbility()
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 189 WM_ERROR_START_ABILITY_FAILED, member in OHOS::Rosen::WindowType::WindowState::WMError 213 WM_ERROR_START_ABILITY_FAILED = 1300007, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode 290 {WMError::WM_ERROR_START_ABILITY_FAILED, WmErrorCode::WM_ERROR_START_ABILITY_FAILED }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 77 {WMError::WM_ERROR_START_ABILITY_FAILED, WM_ERROR_MSG_START_ABILITY_FAILED }, member in OHOS::Rosen::WMError 124 {WmErrorCode::WM_ERROR_START_ABILITY_FAILED, WM_ERROR_CODE_MSG_START_ABILITY_FAILED }, member in OHOS::Rosen::WmErrorCode
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 220 WM_ERROR_START_ABILITY_FAILED, member in OHOS::Rosen::WindowType::WindowModeType::WMError 243 WM_ERROR_START_ABILITY_FAILED = 1300007, member in OHOS::Rosen::WindowType::WindowModeType::WmErrorCode
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.cpp | 333 napi_set_named_property(env, objValue, "WM_ERROR_START_ABILITY_FAILED", CreateJsValue(env,
in WindowErrorInit() 334 static_cast<int32_t>(WMError::WM_ERROR_START_ABILITY_FAILED)));
in WindowErrorInit() 365 napi_set_named_property(env, objValue, "WM_ERROR_START_ABILITY_FAILED", CreateJsValue(env,
in WindowErrorCodeInit() 366 static_cast<int32_t>(WmErrorCode::WM_ERROR_START_ABILITY_FAILED)));
in WindowErrorCodeInit()
|
Completed in 9 milliseconds