Home
last modified time | relevance | path

Searched refs:stopPipType (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h69 WMError StopPictureInPicture(bool destroyWindow, StopPipType stopPipType, bool withAnim = true);
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp275 WMError PictureInPictureController::StopPictureInPicture(bool destroyWindow, StopPipType stopPipType, bool withAnim) in StopPictureInPicture() argument
281 SingletonContainer::Get<PiPReporter>().ReportPiPStopWindow(static_cast<int32_t>(stopPipType), in StopPictureInPicture()
287 SingletonContainer::Get<PiPReporter>().ReportPiPStopWindow(static_cast<int32_t>(stopPipType), in StopPictureInPicture()
305 return StopPictureInPictureInner(stopPipType, withAnim); in StopPictureInPicture()

Completed in 2 milliseconds