Searched refs:DoControlEvent (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_manager.h | 54 static void DoControlEvent(PiPControlType controlType, PiPControlStatus status);
|
H A D | picture_in_picture_controller.h | 81 void DoControlEvent(PiPControlType controlType, PiPControlStatus status);
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_manager.cpp | 247 void PictureInPictureManager::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent() function in OHOS::Rosen::PictureInPictureManager 253 activeController_->DoControlEvent(controlType, status); in DoControlEvent()
|
H A D | picture_in_picture_controller.cpp | 543 void PictureInPictureController::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent() function in OHOS::Rosen::PictureInPictureController
|
H A D | window_session_impl.cpp | 3147 PictureInPictureManager::DoControlEvent(static_cast<PiPControlType>(controlType), in SetPiPControlEvent()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_controller_test.cpp | 635 * @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