Lines Matching refs:windowManagerServiceProxy_
297 windowManagerServiceProxy_ = iface_cast<IWindowManager>(remoteObject);
298 if (!windowManagerServiceProxy_ || !windowManagerServiceProxy_->AsObject()) {
378 if (!windowManagerServiceProxy_ || !windowManagerServiceProxy_->AsObject()) {
386 if (windowManagerServiceProxy_->RegisterWindowManagerAgent(it.first, agent) != WMError::WM_OK) {
405 windowManagerServiceProxy_ = SessionManager::GetInstance().GetSceneSessionManagerProxy();
406 if (!windowManagerServiceProxy_ || !windowManagerServiceProxy_->AsObject()) {
415 sptr<IRemoteObject> remoteObject = windowManagerServiceProxy_->AsObject();
439 if ((windowManagerServiceProxy_ != nullptr) && (windowManagerServiceProxy_->AsObject() != nullptr)) {
440 windowManagerServiceProxy_->AsObject()->RemoveDeathRecipient(wmsDeath_);
443 windowManagerServiceProxy_ = nullptr;
961 return windowManagerServiceProxy_;