Searched refs:DMSDeathRecipientLite (Results 1 – 5 of 5) sorted by relevance
82 dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(*this); in InitDMSProxy()258 DMSDeathRecipientLite::DMSDeathRecipientLite(BaseAdapterLite& adapter) : adapter_(adapter) in DMSDeathRecipientLite() function in OHOS::Rosen::DMSDeathRecipientLite262 void DMSDeathRecipientLite::OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) in OnRemoteDied()
45 class DMSDeathRecipientLite : public IRemoteObject::DeathRecipient {47 explicit DMSDeathRecipientLite(BaseAdapterLite& adapter);
58 …dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterL…71 …dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterL…
27 friend class DMSDeathRecipientLite; variable
30 friend class DMSDeathRecipientLite; variable