Home
last modified time | relevance | path

Searched refs:DMSDeathRecipientLite (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp82 dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(*this); in InitDMSProxy()
258 DMSDeathRecipientLite::DMSDeathRecipientLite(BaseAdapterLite& adapter) : adapter_(adapter) in DMSDeathRecipientLite() function in OHOS::Rosen::DMSDeathRecipientLite
262 void DMSDeathRecipientLite::OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) in OnRemoteDied()
/ohos5.0/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_adapter_lite.h45 class DMSDeathRecipientLite : public IRemoteObject::DeathRecipient {
47 explicit DMSDeathRecipientLite(BaseAdapterLite& adapter);
/ohos5.0/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_adapter_lite_test.cpp58 …dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterL…
71 …dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterL…
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Dscreen_manager_lite.h27 friend class DMSDeathRecipientLite; variable
H A Ddisplay_manager_lite.h30 friend class DMSDeathRecipientLite; variable