/foundation/window/window_manager/utils/src/ |
H A D | wm_common.cpp | 34 {WMError::WM_ERROR_INVALID_DISPLAY, WmErrorCode::WM_ERROR_INVALID_DISPLAY }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_controller_test.cpp | 351 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, windowController_->AddWindowNode(property)); in HWTEST_F() 355 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, windowController_->AddWindowNode(property)); in HWTEST_F() 358 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, windowController_->AddWindowNode(property)); in HWTEST_F() 716 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, res); in HWTEST_F() 740 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, res); in HWTEST_F() 764 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, res); in HWTEST_F() 1287 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, res); in HWTEST_F() 1314 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, res); in HWTEST_F() 1341 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, res); in HWTEST_F() 1757 ASSERT_EQ(WMError::WM_ERROR_INVALID_DISPLAY, re in HWTEST_F() [all...] |
H A D | window_root_test.cpp | 468 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 472 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 490 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 496 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 514 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 520 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 772 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 775 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 1215 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() 1866 ASSERT_EQ(ret, WMError::WM_ERROR_INVALID_DISPLAY); in HWTEST_F() [all...] |
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 172 WM_ERROR_INVALID_DISPLAY, member in OHOS::Rosen::WindowType::WindowState::WMError 214 WM_ERROR_INVALID_DISPLAY = 1300008, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode 284 {WMError::WM_ERROR_INVALID_DISPLAY, WmErrorCode::WM_ERROR_INVALID_DISPLAY }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 63 {WMError::WM_ERROR_INVALID_DISPLAY, WM_ERROR_MSG_INVALID_DISPLAY }, member in OHOS::Rosen::WMError 125 {WmErrorCode::WM_ERROR_INVALID_DISPLAY, WM_ERROR_CODE_MSG_INVALID_DISPLAY }, member in OHOS::Rosen::WmErrorCode
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_root.cpp | 800 return WMError::WM_ERROR_INVALID_DISPLAY; in AddWindowNode() 865 return WMError::WM_ERROR_INVALID_DISPLAY; in RemoveWindowNode() 937 return WMError::WM_ERROR_INVALID_DISPLAY; in UpdateWindowNode() 957 return WMError::WM_ERROR_INVALID_DISPLAY; in UpdateSizeChangeReason() 1047 return WMError::WM_ERROR_INVALID_DISPLAY; in SetWindowMode()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 203 WM_ERROR_INVALID_DISPLAY, member in OHOS::Rosen::WindowType::WindowModeType::WMError 244 WM_ERROR_INVALID_DISPLAY = 1300008, member in OHOS::Rosen::WindowType::WindowModeType::WmErrorCode
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 435 return WMError::WM_ERROR_INVALID_DISPLAY; in SetSystemWindowDisplayId()
|