Lines Matching refs:persistentId

318     int32_t persistentId, const SessionRecoverCallbackFunc& callbackFunc)  in RegisterSessionRecoverCallbackFunc()  argument
320 TLOGI(WmsLogTag::WMS_RECOVER, "persistentId = %{public}d", persistentId); in RegisterSessionRecoverCallbackFunc()
322 sessionRecoverCallbackFuncMap_[persistentId] = callbackFunc; in RegisterSessionRecoverCallbackFunc()
334 void WindowAdapter::UnregisterSessionRecoverCallbackFunc(int32_t persistentId) in UnregisterSessionRecoverCallbackFunc() argument
337 auto it = sessionRecoverCallbackFuncMap_.find(persistentId); in UnregisterSessionRecoverCallbackFunc()
635 WMError WindowAdapter::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) in DumpSessionWithId() argument
641 return static_cast<WMError>(wmsProxy->DumpSessionWithId(persistentId, infos)); in DumpSessionWithId()
644 WMError WindowAdapter::GetUIContentRemoteObj(int32_t persistentId, sptr<IRemoteObject>& uiContentRe… in GetUIContentRemoteObj() argument
650 return static_cast<WMError>(wmsProxy->GetUIContentRemoteObj(persistentId, uiContentRemoteObj)); in GetUIContentRemoteObj()
690 WMError WindowAdapter::UpdateSessionAvoidAreaListener(int32_t& persistentId, bool haveListener) in UpdateSessionAvoidAreaListener() argument
696 … return static_cast<WMError>(wmsProxy->UpdateSessionAvoidAreaListener(persistentId, haveListener)); in UpdateSessionAvoidAreaListener()
699 WMError WindowAdapter::UpdateSessionTouchOutsideListener(int32_t& persistentId, bool haveListener) in UpdateSessionTouchOutsideListener() argument
706 wmsProxy->UpdateSessionTouchOutsideListener(persistentId, haveListener)); in UpdateSessionTouchOutsideListener()
718 WMError WindowAdapter::RaiseWindowToTop(int32_t persistentId) in RaiseWindowToTop() argument
724 return static_cast<WMError>(wmsProxy->RaiseWindowToTop(persistentId)); in RaiseWindowToTop()
727 WMError WindowAdapter::UpdateSessionWindowVisibilityListener(int32_t persistentId, bool haveListene… in UpdateSessionWindowVisibilityListener() argument
733 WSError ret = wmsProxy->UpdateSessionWindowVisibilityListener(persistentId, haveListener); in UpdateSessionWindowVisibilityListener()
749 sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, in CreateAndConnectSpecificSession() argument
757 surfaceNode, property, persistentId, session, systemConfig, token); in CreateAndConnectSpecificSession()
773 WMError WindowAdapter::DestroyAndDisconnectSpecificSession(const int32_t persistentId) in DestroyAndDisconnectSpecificSession() argument
779 return static_cast<WMError>(wmsProxy->DestroyAndDisconnectSpecificSession(persistentId)); in DestroyAndDisconnectSpecificSession()
782 …or WindowAdapter::DestroyAndDisconnectSpecificSessionWithDetachCallback(const int32_t persistentId, in DestroyAndDisconnectSpecificSessionWithDetachCallback() argument
790 wmsProxy->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback)); in DestroyAndDisconnectSpecificSessionWithDetachCallback()
811 WMError WindowAdapter::SetSessionGravity(int32_t persistentId, SessionGravity gravity, uint32_t per… in SetSessionGravity() argument
817 return static_cast<WMError>(wmsProxy->SetSessionGravity(persistentId, gravity, percent)); in SetSessionGravity()
820 WMError WindowAdapter::BindDialogSessionTarget(uint64_t persistentId, sptr<IRemoteObject> targetTok… in BindDialogSessionTarget() argument
826 return static_cast<WMError>(wmsProxy->BindDialogSessionTarget(persistentId, targetToken)); in BindDialogSessionTarget()
829 WMError WindowAdapter::RequestFocusStatus(int32_t persistentId, bool isFocused) in RequestFocusStatus() argument
835 return static_cast<WMError>(wmsProxy->RequestFocusStatus(persistentId, isFocused)); in RequestFocusStatus()
876 WMError WindowAdapter::AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession() argument
882 return static_cast<WMError>(wmsProxy->AddOrRemoveSecureSession(persistentId, shouldHide)); in AddOrRemoveSecureSession()
913 WMError WindowAdapter::GetCallingWindowWindowStatus(int32_t persistentId, WindowStatus& windowStatu… in GetCallingWindowWindowStatus() argument
919 return static_cast<WMError>(wmsProxy->GetCallingWindowWindowStatus(persistentId, windowStatus)); in GetCallingWindowWindowStatus()
922 WMError WindowAdapter::GetCallingWindowRect(int32_t persistentId, Rect& rect) in GetCallingWindowRect() argument
928 return static_cast<WMError>(wmsProxy->GetCallingWindowRect(persistentId, rect)); in GetCallingWindowRect()