/ohos5.0/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 60 …MOCK_METHOD2(SetPiPControlEvent, WSError(WsPiPControlType controlType, WsPiPControlStatus status));
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 63 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
|
H A D | session_stage_interface.h | 100 virtual WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) = 0;
|
/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()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 55 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 D | session_stage_proxy_test.cpp | 372 auto status = WsPiPControlStatus::PLAY;
|
H A D | session_stage_stub_test.cpp | 415 auto status = WsPiPControlStatus::PLAY;
|
H A D | session_stub_test.cpp | 333 auto status = WsPiPControlStatus::PLAY;
|
H A D | session_proxy_test.cpp | 430 auto status = WsPiPControlStatus::PLAY;
|
H A D | scene_session_test2.cpp | 741 auto status = WsPiPControlStatus::PLAY; 1420 auto status = WsPiPControlStatus::PLAY;
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 173 enum class WsPiPControlStatus : int32_t { enum
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.h | 278 void OnSessionPiPControlStatusChange(WsPiPControlType controlType, WsPiPControlStatus status);
|
H A D | js_scene_session.cpp | 1039 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 D | session_stage_stub.cpp | 481 …SetPiPControlEvent(static_cast<WsPiPControlType>(controlType), static_cast<WsPiPControlStatus>(sta… in HandleSetPiPControlEvent()
|
H A D | session_stage_proxy.cpp | 1023 WSError SessionStageProxy::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus stat… in SetPiPControlEvent()
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 247 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 863 static_cast<WsPiPControlStatus>(status)); in HandleUpdatePiPControlStatus()
|
H A D | session_proxy.cpp | 1569 WSError SessionProxy::UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus statu… in UpdatePiPControlStatus()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test4.cpp | 555 auto status = WsPiPControlStatus::PLAY;
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 3267 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 D | scene_session.cpp | 2099 WSError SceneSession::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) in SetPiPControlEvent() 4532 WSError SceneSession::UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus statu… in UpdatePiPControlStatus()
|