Home
last modified time | relevance | path

Searched refs:GetSessionManagerServiceProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_lite_test.cpp65 sessionManagerLite.GetSessionManagerServiceProxy();
81 …ISessionManagerService> sessionManagerService = sessionManagerLite.GetSessionManagerServiceProxy();
97 sessionManagerLite.GetSessionManagerServiceProxy();
112 …ISessionManagerService> sessionManagerService = sessionManagerLite.GetSessionManagerServiceProxy();
127 …ISessionManagerService> sessionManagerService = sessionManagerLite.GetSessionManagerServiceProxy();
142 …ISessionManagerService> sessionManagerService = sessionManagerLite.GetSessionManagerServiceProxy();
157 …ISessionManagerService> sessionManagerService = sessionManagerLite.GetSessionManagerServiceProxy();
202 sessionManagerLite.GetSessionManagerServiceProxy();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager_lite.h51 sptr<ISessionManagerService> GetSessionManagerServiceProxy();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager.cpp167 sessionManagerServiceProxy_ = SessionManagerLite::GetInstance().GetSessionManagerServiceProxy(); in InitSessionManagerServiceProxy()
H A Dsession_manager_lite.cpp143 sptr<ISessionManagerService> SessionManagerLite::GetSessionManagerServiceProxy() in GetSessionManagerServiceProxy() function in OHOS::Rosen::SessionManagerLite