Home
last modified time | relevance | path

Searched refs:wmsDeath_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp142 wmsDeath_ = new (std::nothrow) WMSDeathRecipient(); in InitSSMProxy()
143 if (!wmsDeath_) { in InitSSMProxy()
148 if (remoteObject->IsProxyObject() && !remoteObject->AddDeathRecipient(wmsDeath_)) { in InitSSMProxy()
176 windowManagerServiceProxy_->AsObject()->RemoveDeathRecipient(wmsDeath_); in ClearWindowAdapter()
H A Dwindow_adapter.cpp303 wmsDeath_ = new WMSDeathRecipient(); in InitWMSProxy()
304 if (!wmsDeath_) { in InitWMSProxy()
308 if (remoteObject->IsProxyObject() && !remoteObject->AddDeathRecipient(wmsDeath_)) { in InitWMSProxy()
410 wmsDeath_ = new (std::nothrow) WMSDeathRecipient(); in InitSSMProxy()
411 if (!wmsDeath_) { in InitSSMProxy()
416 if (remoteObject->IsProxyObject() && !remoteObject->AddDeathRecipient(wmsDeath_)) { in InitSSMProxy()
440 windowManagerServiceProxy_->AsObject()->RemoveDeathRecipient(wmsDeath_); in ClearWindowAdapter()
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter_lite.h71 sptr<WMSDeathRecipient> wmsDeath_ = nullptr; member in OHOS::Rosen::WindowAdapterLite
H A Dwindow_adapter.h162 sptr<WMSDeathRecipient> wmsDeath_ = nullptr; member in OHOS::Rosen::WindowAdapter

Completed in 4 milliseconds