Home
last modified time | relevance | path

Searched refs:UpdatePiPControlStatus (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_controller.cpp40 …nction(env, object, "updatePiPControlStatus", moduleName, JsPipController::UpdatePiPControlStatus); in BindFunctions()
227 napi_value JsPipController::UpdatePiPControlStatus(napi_env env, napi_callback_info info) in UpdatePiPControlStatus() function in OHOS::Rosen::JsPipController
261 pipController_->UpdatePiPControlStatus(controlType, status); in OnUpdatePiPControlStatus()
299 pipController_->UpdatePiPControlStatus(controlType, enabled ? in OnSetPiPControlEnabled()
H A Djs_pip_controller.h38 static napi_value UpdatePiPControlStatus(napi_env env, napi_callback_info info);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h75 void UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status);
H A Dwindow_session_impl.h249 void UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) override;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp560 HWTEST_F(PictureInPictureControllerTest, UpdatePiPControlStatus, Function | SmallTest | Level2)
569 pipControl->UpdatePiPControlStatus(controlType, status);
572 pipControl->UpdatePiPControlStatus(controlType, status);
575 pipControl->UpdatePiPControlStatus(controlType, status);
577 pipControl->UpdatePiPControlStatus(controlType, status);
H A Dwindow_session_impl_test4.cpp1223 window->UpdatePiPControlStatus(controlType, status);
1225 window->UpdatePiPControlStatus(controlType, status);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h88 … WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) override;
H A Dsession_interface.h177 virtual WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) in UpdatePiPControlStatus() function
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_test.cpp422 HWTEST_F(SessionProxyTest, UpdatePiPControlStatus, Function | SmallTest | Level2)
431 WSError res = sProxy->UpdatePiPControlStatus(controlType, status);
H A Dscene_session_test2.cpp726 HWTEST_F(SceneSessionTest2, UpdatePiPControlStatus, Function | SmallTest | Level2)
742 WSError result = sceneSession->UpdatePiPControlStatus(controlType, status);
747 result = sceneSession->UpdatePiPControlStatus(controlType, status);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp468 void PictureInPictureController::UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatu… in UpdatePiPControlStatus() function in OHOS::Rosen::PictureInPictureController
480 window_->UpdatePiPControlStatus(controlType, status); in UpdatePiPControlStatus()
H A Dwindow_session_impl.cpp4010 void WindowSessionImpl::UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) in UpdatePiPControlStatus() function in OHOS::Rosen::WindowSessionImpl
4019 hostSession->UpdatePiPControlStatus(static_cast<WsPiPControlType>(controlType), in UpdatePiPControlStatus()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1859 virtual void UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) {} in UpdatePiPControlStatus() function
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h240 … WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp862 WSError errCode = UpdatePiPControlStatus(static_cast<WsPiPControlType>(controlType), in HandleUpdatePiPControlStatus()
H A Dsession_proxy.cpp1569 WSError SessionProxy::UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus statu… in UpdatePiPControlStatus() function in OHOS::Rosen::SessionProxy
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4532 WSError SceneSession::UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus statu… in UpdatePiPControlStatus() function in OHOS::Rosen::SceneSession