Home
last modified time | relevance | path

Searched refs:SceneSessionManagerLiteProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_proxy.cpp60 WSError SceneSessionManagerLiteProxy::SetSessionIcon(const sptr<IRemoteObject>& token, in SetSessionIcon()
93 WSError SceneSessionManagerLiteProxy::IsValidSessionIds( in IsValidSessionIds()
362 WSError SceneSessionManagerLiteProxy::GetSessionInfoByContinueSessionId( in GetSessionInfoByContinueSessionId()
587 WSError SceneSessionManagerLiteProxy::LockSession(int32_t sessionId) in LockSession()
615 WSError SceneSessionManagerLiteProxy::UnlockSession(int32_t sessionId) in UnlockSession()
710 WSError SceneSessionManagerLiteProxy::ClearSession(int32_t persistentId) in ClearSession()
739 WSError SceneSessionManagerLiteProxy::ClearAllSessions() in ClearAllSessions()
763 void SceneSessionManagerLiteProxy::GetFocusWindowInfo(FocusChangeInfo& focusInfo) in GetFocusWindowInfo()
862 WMError SceneSessionManagerLiteProxy::CheckWindowId(int32_t windowId, int32_t& pid) in CheckWindowId()
993 WSError SceneSessionManagerLiteProxy::RaiseWindowToTop(int32_t persistentId) in RaiseWindowToTop()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_proxy.h24 class SceneSessionManagerLiteProxy : public IRemoteProxy<ISceneSessionManagerLite> {
26 explicit SceneSessionManagerLiteProxy(const sptr<IRemoteObject>& impl) in SceneSessionManagerLiteProxy() function
28 virtual ~SceneSessionManagerLiteProxy() = default;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_lite.cpp84 class SceneSessionManagerLiteProxyMock : public SceneSessionManagerLiteProxy {
87 : SceneSessionManagerLiteProxy(impl) {} in SceneSessionManagerLiteProxyMock()
93 auto ret = SceneSessionManagerLiteProxy::RegisterSessionListener(listener); in RegisterSessionListener()
103 auto ret = SceneSessionManagerLiteProxy::UnRegisterSessionListener(listener); in UnRegisterSessionListener()