Home
last modified time | relevance | path

Searched refs:DoControlEvent (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_manager.h54 static void DoControlEvent(PiPControlType controlType, PiPControlStatus status);
H A Dpicture_in_picture_controller.h81 void DoControlEvent(PiPControlType controlType, PiPControlStatus status);
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_manager.cpp247 void PictureInPictureManager::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent() function in OHOS::Rosen::PictureInPictureManager
253 activeController_->DoControlEvent(controlType, status); in DoControlEvent()
H A Dpicture_in_picture_controller.cpp543 void PictureInPictureController::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent() function in OHOS::Rosen::PictureInPictureController
H A Dwindow_session_impl.cpp3147 PictureInPictureManager::DoControlEvent(static_cast<PiPControlType>(controlType), in SetPiPControlEvent()
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp635 * @tc.name: DoControlEvent
636 * @tc.desc: DoControlEvent
639 HWTEST_F(PictureInPictureControllerTest, DoControlEvent, Function | SmallTest | Level2) in HWTEST_F()
651 pipControl->DoControlEvent(controlType, status); in HWTEST_F()
653 pipControl->DoControlEvent(controlType, status); in HWTEST_F()
655 pipControl->DoControlEvent(controlType, status); in HWTEST_F()

Completed in 11 milliseconds