Lines Matching refs:screenId
49 void NotifyWMSConnected(int32_t userId, int32_t screenId);
50 void NotifyWMSDisconnected(int32_t userId, int32_t screenId);
78 void WindowManagerLite::Impl::NotifyWMSConnected(int32_t userId, int32_t screenId)
80 TLOGI(WmsLogTag::WMS_MULTI_USER, "WMS connected [userId:%{public}d; screenId:%{public}d]", userId, screenId);
87 wmsConnectionChangedListener->OnConnected(userId, screenId);
91 void WindowManagerLite::Impl::NotifyWMSDisconnected(int32_t userId, int32_t screenId)
93 TLOGI(WmsLogTag::WMS_MULTI_USER, "WMS disconnected [userId:%{public}d; screenId:%{public}d]", userId, screenId);
100 wmsConnectionChangedListener->OnDisconnected(userId, screenId);
713 void WindowManagerLite::OnWMSConnectionChanged(int32_t userId, int32_t screenId, bool isConnected) const
716 pImpl_->NotifyWMSConnected(userId, screenId);
718 pImpl_->NotifyWMSDisconnected(userId, screenId);