Searched refs:iSessionStage (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/ |
H A D | window_event_channel.h | 46 explicit WindowEventChannel(sptr<ISessionStage> iSessionStage) : sessionStage_(iSessionStage) in WindowEventChannel() argument
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 313 sptr<ISessionStage> iSessionStage(this); in CreateAndConnectSpecificSession() local 314 sptr<WindowEventChannel> channel = new (std::nothrow) WindowEventChannel(iSessionStage); in CreateAndConnectSpecificSession() 359 …SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChann… in CreateAndConnectSpecificSession() 368 …SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChann… in CreateAndConnectSpecificSession() 377 …SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChann… in CreateAndConnectSpecificSession() 451 sptr<ISessionStage> iSessionStage(this); in RecoverAndConnectSpecificSession() local 452 sptr<IWindowEventChannel> eventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in RecoverAndConnectSpecificSession() 473 iSessionStage, eventChannel, surfaceNode_, property_, session, token); in RecoverAndConnectSpecificSession() 515 sptr<ISessionStage> iSessionStage(this); in RecoverAndReconnectSceneSession() local 516 auto windowEventChannel = new (std::nothrow) WindowEventChannel(iSessionStage); in RecoverAndReconnectSceneSession() [all …]
|
H A D | window_session_impl.cpp | 479 sptr<ISessionStage> iSessionStage(this); in Connect() local 480 auto windowEventChannel = new (std::nothrow) WindowEventChannel(iSessionStage); in Connect() 491 iSessionStage, iWindowEventChannel, surfaceNode_, windowSystemConfig_, property_, in Connect()
|