Home
last modified time | relevance | path

Searched refs:WMSDeathRecipient (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_lite_test.cpp88 sptr<WMSDeathRecipient> wmSDeathRecipient = new (std::nothrow) WMSDeathRecipient(); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter_lite.h30 class WMSDeathRecipient : public IRemoteObject::DeathRecipient { class
71 sptr<WMSDeathRecipient> wmsDeath_ = nullptr;
H A Dwindow_adapter.h32 class WMSDeathRecipient : public IRemoteObject::DeathRecipient { class
162 sptr<WMSDeathRecipient> wmsDeath_ = nullptr;
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp142 wmsDeath_ = new (std::nothrow) WMSDeathRecipient(); in InitSSMProxy()
144 WLOGFE("Failed to create death recipient WMSDeathRecipient"); in InitSSMProxy()
182 void WMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) in OnRemoteDied()
H A Dwindow_adapter.cpp303 wmsDeath_ = new WMSDeathRecipient(); in InitWMSProxy()
305 WLOGFE("Failed to create death Recipient ptr WMSDeathRecipient"); in InitWMSProxy()
410 wmsDeath_ = new (std::nothrow) WMSDeathRecipient(); in InitSSMProxy()
412 WLOGFE("Failed to create death Recipient ptr WMSDeathRecipient"); in InitSSMProxy()
446 void WMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) in OnRemoteDied()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager_lite.h41 friend class WMSDeathRecipient;
H A Dwindow_manager.h418 friend class WMSDeathRecipient;

Completed in 5 milliseconds