/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_controller.cpp | 40 …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 D | js_pip_controller.h | 38 static napi_value UpdatePiPControlStatus(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_controller.h | 75 void UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status);
|
H A D | window_session_impl.h | 249 void UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) override;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_controller_test.cpp | 560 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 D | window_session_impl_test4.cpp | 1223 window->UpdatePiPControlStatus(controlType, status); 1225 window->UpdatePiPControlStatus(controlType, status);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_proxy.h | 88 … WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) override;
|
H A D | session_interface.h | 177 virtual WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) in UpdatePiPControlStatus() function
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_proxy_test.cpp | 422 HWTEST_F(SessionProxyTest, UpdatePiPControlStatus, Function | SmallTest | Level2) 431 WSError res = sProxy->UpdatePiPControlStatus(controlType, status);
|
H A D | scene_session_test2.cpp | 726 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 D | picture_in_picture_controller.cpp | 468 void PictureInPictureController::UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatu… in UpdatePiPControlStatus() function in OHOS::Rosen::PictureInPictureController 480 window_->UpdatePiPControlStatus(controlType, status); in UpdatePiPControlStatus()
|
H A D | window_session_impl.cpp | 4010 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 D | window.h | 1859 virtual void UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) {} in UpdatePiPControlStatus() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 240 … WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 862 WSError errCode = UpdatePiPControlStatus(static_cast<WsPiPControlType>(controlType), in HandleUpdatePiPControlStatus()
|
H A D | session_proxy.cpp | 1569 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 D | scene_session.cpp | 4532 WSError SceneSession::UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus statu… in UpdatePiPControlStatus() function in OHOS::Rosen::SceneSession
|