Home
last modified time | relevance | path

Searched refs:iSessionStage (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h46 explicit WindowEventChannel(sptr<ISessionStage> iSessionStage) : sessionStage_(iSessionStage) in WindowEventChannel() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp311 sptr<ISessionStage> iSessionStage(this); in CreateAndConnectSpecificSession()
312 sptr<IWindowEventChannel> eventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in CreateAndConnectSpecificSession()
354 SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChannel, in CreateAndConnectSpecificSession()
372 SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChannel, in CreateAndConnectSpecificSession()
385 SingletonContainer::Get<WindowAdapter>().CreateAndConnectSpecificSession(iSessionStage, eventChannel, in CreateAndConnectSpecificSession()
489 sptr<ISessionStage> iSessionStage(this); in RecoverAndConnectSpecificSession()
490 sptr<IWindowEventChannel> eventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in RecoverAndConnectSpecificSession()
511 iSessionStage, eventChannel, surfaceNode_, property_, session, token); in RecoverAndConnectSpecificSession()
553 sptr<ISessionStage> iSessionStage(this); in RecoverAndReconnectSceneSession()
554 sptr<IWindowEventChannel> iWindowEventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in RecoverAndReconnectSceneSession()
[all...]
H A Dwindow_session_impl.cpp426 sptr<ISessionStage> iSessionStage(this); in Connect()
427 auto windowEventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in Connect()
436 iSessionStage, iWindowEventChannel, surfaceNode_, windowSystemConfig_, property_, in Connect()

Completed in 10 milliseconds