Home
last modified time | relevance | path

Searched refs:StopPictureInPictureInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp1102 HWTEST_F(PictureInPictureControllerTest, StopPictureInPictureInner, Function | SmallTest | Level2)
1111 pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, true);
1115 pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, true));
1118 pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, true));
1121 ASSERT_EQ(WMError::WM_OK, pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, true));
1122 ASSERT_EQ(WMError::WM_OK, pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, false));
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h111 WMError StopPictureInPictureInner(StopPipType stopType, bool withAnim);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp297 return StopPictureInPictureInner(stopPipType, withAnim); in StopPictureInPicture()
300 WMError PictureInPictureController::StopPictureInPictureInner(StopPipType stopType, bool withAnim) in StopPictureInPictureInner() function in OHOS::Rosen::PictureInPictureController