Searched refs:WM_ERROR_PIP_STATE_ABNORMALLY (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/utils/src/ |
H A D | wm_common.cpp | 42 {WMError::WM_ERROR_PIP_STATE_ABNORMALLY, WmErrorCode::WM_ERROR_PIP_STATE_ABNORMALLY }, member in OHOS::Rosen::WMError
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_controller.cpp | 136 return WMError::WM_ERROR_PIP_STATE_ABNORMALLY; in ShowPictureInPictureWindow() 255 return WMError::WM_ERROR_PIP_STATE_ABNORMALLY; in StopPictureInPictureFromClient() 289 return WMError::WM_ERROR_PIP_STATE_ABNORMALLY; in StopPictureInPicture() 691 return WMError::WM_ERROR_PIP_STATE_ABNORMALLY; in SetXComponentController() 695 return WMError::WM_ERROR_PIP_STATE_ABNORMALLY; in SetXComponentController()
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 79 {WMError::WM_ERROR_PIP_STATE_ABNORMALLY, WM_ERROR_MSG_PIP_STATE_ABNORMALLY }, member in OHOS::Rosen::WMError 129 {WmErrorCode::WM_ERROR_PIP_STATE_ABNORMALLY, WM_ERROR_CODE_MSG_PIP_STATE_ABNORMALLY }, member in OHOS::Rosen::WmErrorCode
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_controller_test.cpp | 132 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F() 176 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->StopPictureInPicture(true, StopPipType::NULL_STOP)); in HWTEST_F() 184 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->StopPictureInPicture(false, StopPipType::NULL_STOP)); in HWTEST_F() 187 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->StopPictureInPicture(true, StopPipType::NULL_STOP)); in HWTEST_F() 391 ASSERT_NE(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->StopPictureInPictureFromClient()); in HWTEST_F() 951 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentController)); in HWTEST_F() 956 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentController)); in HWTEST_F() 959 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentController)); in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 191 WM_ERROR_PIP_STATE_ABNORMALLY, member in OHOS::Rosen::WindowType::WindowState::WMError 218 WM_ERROR_PIP_STATE_ABNORMALLY = 1300012, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 222 WM_ERROR_PIP_STATE_ABNORMALLY, member in OHOS::Rosen::WindowType::WindowModeType::WMError 248 WM_ERROR_PIP_STATE_ABNORMALLY = 1300012, member in OHOS::Rosen::WindowType::WindowModeType::WmErrorCode
|
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_controller.cpp | 109 task.Reject(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_PIP_STATE_ABNORMALLY), in OnStartPictureInPicture()
|
Completed in 13 milliseconds