Searched refs:NULL_STOP (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_controller_test.cpp | 176 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->StopPictureInPicture(true, StopPipType::NULL_STOP)); in HWTEST_F() 179 ASSERT_EQ(WMError::WM_ERROR_PIP_REPEAT_OPERATION, pipControl->StopPictureInPicture(true, StopPipType::NULL_STOP)); in HWTEST_F() 182 ASSERT_EQ(WMError::WM_ERROR_PIP_REPEAT_OPERATION, 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() 192 ASSERT_EQ(WMError::WM_OK, pipControl->StopPictureInPicture(false, StopPipType::NULL_STOP)); in HWTEST_F() 198 ASSERT_EQ(WMError::WM_OK, pipControl->StopPictureInPicture(true, StopPipType::NULL_STOP)); in HWTEST_F() 1110 pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, true); in HWTEST_F() 1114 pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, true)); in HWTEST_F() 1117 pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, tru in HWTEST_F() [all...] |
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_controller.h | 45 NULL_STOP = 0, member in OHOS::Rosen::StopPipType
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_manager.cpp | 209 StopPipType currentStopType = StopPipType::NULL_STOP; in DoClose()
|
H A D | picture_in_picture_controller.cpp | 559 StopPictureInPicture(true, StopPipType::NULL_STOP, true); in RestorePictureInPictureWindow()
|
Completed in 6 milliseconds