Home
last modified time | relevance | path

Searched refs:WsPiPControlStatus (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h60 …MOCK_METHOD2(SetPiPControlEvent, WSError(WsPiPControlType controlType, WsPiPControlStatus status));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h63 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
H A Dsession_stage_interface.h100 virtual WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) = 0;
/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()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h55 WsPiPControlStatus status)>;
240 … WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) override;
246 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp372 auto status = WsPiPControlStatus::PLAY;
H A Dsession_stage_stub_test.cpp415 auto status = WsPiPControlStatus::PLAY;
H A Dsession_stub_test.cpp333 auto status = WsPiPControlStatus::PLAY;
H A Dsession_proxy_test.cpp430 auto status = WsPiPControlStatus::PLAY;
H A Dscene_session_test2.cpp741 auto status = WsPiPControlStatus::PLAY;
1420 auto status = WsPiPControlStatus::PLAY;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h173 enum class WsPiPControlStatus : int32_t { enum
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h278 void OnSessionPiPControlStatusChange(WsPiPControlType controlType, WsPiPControlStatus status);
H A Djs_scene_session.cpp1039 WsPiPControlType controlType, WsPiPControlStatus status) { in ProcessSessionPiPControlStatusChangeRegister()
2802 …neSession::OnSessionPiPControlStatusChange(WsPiPControlType controlType, WsPiPControlStatus status) in OnSessionPiPControlStatusChange()
4255 auto status = WsPiPControlStatus::PLAY; in OnSetPiPControlEvent()
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp481 …SetPiPControlEvent(static_cast<WsPiPControlType>(controlType), static_cast<WsPiPControlStatus>(sta… in HandleSetPiPControlEvent()
H A Dsession_stage_proxy.cpp1023 WSError SessionStageProxy::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus stat… in SetPiPControlEvent()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h247 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp863 static_cast<WsPiPControlStatus>(status)); in HandleUpdatePiPControlStatus()
H A Dsession_proxy.cpp1569 WSError SessionProxy::UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus statu… in UpdatePiPControlStatus()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp555 auto status = WsPiPControlStatus::PLAY;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3267 WSError WindowSessionImpl::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus stat… in SetPiPControlEvent()
4020 static_cast<WsPiPControlStatus>(status)); in UpdatePiPControlStatus()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2099 WSError SceneSession::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) in SetPiPControlEvent()
4532 WSError SceneSession::UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus statu… in UpdatePiPControlStatus()