Searched refs:DoControlEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_manager.cpp | 244 void PictureInPictureManager::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent() function in OHOS::Rosen::PictureInPictureManager 248 controller->DoControlEvent(controlType, status); in DoControlEvent()
|
H A D | picture_in_picture_controller.cpp | 517 void PictureInPictureController::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent() function in OHOS::Rosen::PictureInPictureController
|
H A D | window_session_impl.cpp | 3271 PictureInPictureManager::DoControlEvent(static_cast<PiPControlType>(controlType), in SetPiPControlEvent()
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_manager.h | 53 static void DoControlEvent(PiPControlType controlType, PiPControlStatus status);
|
H A D | picture_in_picture_controller.h | 78 void DoControlEvent(PiPControlType controlType, PiPControlStatus status);
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_controller_test.cpp | 640 HWTEST_F(PictureInPictureControllerTest, DoControlEvent, Function | SmallTest | Level2) 652 pipControl->DoControlEvent(controlType, status); 654 pipControl->DoControlEvent(controlType, status); 656 pipControl->DoControlEvent(controlType, status);
|