Lines Matching refs:persistentId

89     virtual WMError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos);
90 virtual WMError GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRemoteObj);
96 virtual WMError UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveListener);
97 virtual WMError UpdateSessionTouchOutsideListener(int32_t& persistentId, bool haveListener);
99 virtual WMError UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListener);
100 virtual WMError RaiseWindowToTop(int32_t persistentId);
104 sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session,
109 virtual WMError DestroyAndDisconnectSpecificSession(const int32_t persistentId);
110 virtual WMError DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId,
116 void RegisterSessionRecoverCallbackFunc(int32_t persistentId, const SessionRecoverCallbackFunc& callbackFunc);
117 void UnregisterSessionRecoverCallbackFunc(int32_t persistentId);
119 virtual WMError SetSessionGravity(int32_t persistentId, SessionGravity gravity, uint32_t percent);
120 virtual WMError BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetToken);
121 virtual WMError RequestFocusStatus(int32_t persistentId, bool isFocused);
128 virtual WMError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide);
133 virtual WMError GetCallingWindowWindowStatus(int32_t persistentId, WindowStatus& windowStatus);
134 virtual WMError GetCallingWindowRect(int32_t persistentId, Rect& rect);
142 WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId);