Home
last modified time | relevance | path

Searched refs:DMSDeathRecipient (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_manager.h29 friend class DMSDeathRecipient;
H A Ddisplay_manager.h35 friend class DMSDeathRecipient;
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp420 dmsDeath_ = new(std::nothrow) DMSDeathRecipient(*this); in InitDMSProxy()
422 WLOGFE("Failed to create death Recipient ptr DMSDeathRecipient"); in InitDMSProxy()
434 DMSDeathRecipient::DMSDeathRecipient(BaseAdapter& adapter) : adapter_(adapter) in DMSDeathRecipient() function in OHOS::Rosen::DMSDeathRecipient
438 void DMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) in OnRemoteDied()
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h48 class DMSDeathRecipient : public IRemoteObject::DeathRecipient { class
50 explicit DMSDeathRecipient(BaseAdapter& adapter);
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp216 dmsDeath_ = new(std::nothrow) DMSDeathRecipient(SingletonContainer::Get<ScreenManagerAdapter>()); in HWTEST_F()
229 dmsDeath_ = new(std::nothrow) DMSDeathRecipient(SingletonContainer::Get<ScreenManagerAdapter>()); in HWTEST_F()

Completed in 5 milliseconds