Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h138 bool isStoppedFromClient_ = false; member in OHOS::Rosen::PictureInPictureController
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp168 isStoppedFromClient_ = false; in ShowPictureInPictureWindow()
264 isStoppedFromClient_ = true; in StopPictureInPictureFromClient()
278 if ((!isStoppedFromClient_ && curState_ == PiPWindowState::STATE_STOPPING) || in StopPictureInPicture()
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp175 pipControl->isStoppedFromClient_ = true; in HWTEST_F()
178 pipControl->isStoppedFromClient_ = false; in HWTEST_F()
190 pipControl->isStoppedFromClient_ = true; in HWTEST_F()

Completed in 4 milliseconds