Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h114 WMError StopPictureInPictureInner(StopPipType stopType, bool withAnim);
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp1097 * @tc.name: StopPictureInPictureInner
1098 * @tc.desc: StopPictureInPictureInner
1101 HWTEST_F(PictureInPictureControllerTest, StopPictureInPictureInner, Function | SmallTest | Level2) 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, true)); in HWTEST_F()
1120 ASSERT_EQ(WMError::WM_OK, pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, true)); in HWTEST_F()
1121 ASSERT_EQ(WMError::WM_OK, pipControl->StopPictureInPictureInner(StopPipType::NULL_STOP, false)); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp305 return StopPictureInPictureInner(stopPipType, withAnim); in StopPictureInPicture()
308 WMError PictureInPictureController::StopPictureInPictureInner(StopPipType stopType, bool withAnim) in StopPictureInPictureInner() function in OHOS::Rosen::PictureInPictureController

Completed in 4 milliseconds